Per Tillisch
Per Tillisch
@kiwi64ajs did you test it? That won't work for multiple reasons: The first is that is the URL of the Wayback Machine web page for the file, not for the...
I don't want to do it here because I don't think issue reports are an appropriate place for providing technical support to users, but if anyone wants help installing ATTinyCore...
@MaderDash the behavior is exactly as described in the bug report for me. When I click the "Serial" link in the breadcrumbs, I am taken to the URL https://www.arduino.cc/reference/en#serial, which...
Thanks for your report @Kabouik. >`arduino-cli upload`'s `--input-file` argument being singular, also in the help for this command, suggested that only one file was necessary, but maybe I am misusing...
```text ERROR: Library name MentorBit-Library not found in the Library Manager index. Library names are not allowed to change after being added to the index. ``` This error from the...
The existence of the `preferences.txt` file is mentioned here: https://github.com/arduino/docs-content/blob/main/content/hacking/01.software/Preferences/Preferences.md but the configuration properties are not documented. An example of some properties of interest, for things that can only be...
>Is there at least a complete list with all the properties and swtiches? No. There is no formal official documentation whatsoever of the Arduino IDE 1.x `preferences.txt` properties. It is...
It is caused by the ESP32 platform deviating from the standardized Arduino Client class API: https://github.com/espressif/arduino-esp32/issues/2755 They brought the platform back into compliance some time ago: https://github.com/espressif/arduino-esp32/pull/3191 But then there...
A proposal has now been submitted to revert the breaking change in the **esp32** platform: https://github.com/espressif/arduino-esp32/pull/10776
Thanks for your report @Heltec-Aaron-Lee Here's the URL: https://resource.heltec.cn/download/package_CubeCell_index.json I am able to reproduce the issue with Arduino IDE 1.8.14 I am not able to reproduce the issue with Arduino...