Per Tillisch
Per Tillisch
It feels to me like you are unnecessarily using `.editorconfig` for things it is not intended for. The only two keys from the specification that are used are `indent_style` and...
I believe I am experiencing this bug, but found the report to be insufficient. I'll add the missing information: ## The code with a problem is: ``` #if FOO //...
Thanks for the report @KurtE. This caching issue also affects the **Tools > Programmer** menu contents: https://github.com/arduino/arduino-ide/issues/591 I'll share the workaround: 1. Select **File > Quit** from the Arduino IDE...
>i use IDE1.8.19 That is the reason. This is a discussion about Arduino IDE 2.x. It is not applicable to the Arduino IDE 1.8.19 version you are using. Please post...
Thanks @andrew-rock. I confirm that it is impossible to configure the pin as claimed via the sketch due to it being a separate [translation unit](https://en.wikipedia.org/wiki/Translation_unit_(programming)) from `Arduino_SensorKit.cpp`. I see this...
>Im missing something 🤔 Yes. The subject of translation units can be quite confusing. The reason why it works as expected in your test sketch is because there is only...
Hi @ubaldot. `0.0.0-git` is the fallback version number that is used when the version is not set via the build command: https://github.com/arduino/arduino-language-server/blob/6c64232f29f8e612828b09767f0991f056e5c1e7/version/version.go#L21 If you want the version to be automatically...
>it stated compatibility as a HID device Would you mind posting a link to where you saw that statement?
OK, here it is: https://blog.arduino.cc/2019/05/31/getting-started-with-the-new-arduino-nano-every/
My advice is that for beginners you should be using a [Leonardo](https://store.arduino.cc/arduino-leonardo-with-headers) or [Micro](https://store.arduino.cc/arduino-micro).