Per Tillisch

Results 1081 comments of Per Tillisch

This is caused by a bug in Arduino CLI (which also affects Arduino IDE 2.x users): https://github.com/arduino/arduino-cli/issues/2340. There is no need to comment there. I'm only adding this comment to...

@maxgerhardt please check whether the problem occurs with the latest version of Arduino IDE 2.x and then comment here to let me know the result.

Hi @sterretjeToo. @matthijskooijman already answered while I was writing, but I'll post anyway in case there is a little bit of additional information: The library reference pages like https://www.arduino.cc/reference/en/libraries/keyboard/ are...

> quick fix: find the checkLatestVersion() function in the shell script and properly escape the offending v? prefix in the regular expression Thanks @tobozo and @brentru! However, the regression introduced...

@sterretjeToo use [Markdown code fencing](https://guides.github.com/features/mastering-markdown/#examples), three backticks before and after the code: ```` ``` code goes here ``` ```` You can even get fancy and specify the language to get...

Hi @Bodmer >in preferences.tft Arduino IDE 2.x uses a completely separate preferences store than Arduino IDE 1.x. The `preferences.txt` file is not used at all by Arduino IDE 2.x. There...

> I just had a similar problem due to renaming some .h and .cpp files in a project. Verify/Compile was still using the old, cached files. This is a known...

Hi @3safiber. Thanks for your report. I'm going to ask you for some additional information. Please do this: 1. Select **File > Preferences...** from the Arduino IDE menus. The "**Preferences**"...

>it complains it does not find....arduino-cli I think you have since realized that this message was telling you that the installation location was not in your `PATH`. The reason you...

I looked for other open issues and found a couple related things, though none that would make this a duplicate: - https://github.com/arduino/arduino-builder/pull/223 - Adds the requested feature, but only for...