Per Tillisch
Per Tillisch
Thanks @JAndrassy! I'm just commenting to explain that the failure of the "Compile Examples" workflow run is caused by a bug in Arduino CLI; not by any problem introduced by...
Remove the contributed `ino` language and grammar, reuse it from the default VS Code C++ contibution
My feeling is that, at least for the initial implementation, the ability to customize the grammar is not required. I don't see much value in the customization of `setup` and...
Here it is @dankeboy36: https://github.com/espressif/esp-idf-monitor/blob/fae383ecf281655abaa5e65433f671e274316d10/esp_idf_monitor/gdb_panic_server.py The removal/replacement occurred here: https://github.com/espressif/esp-idf-monitor/commit/dc672d682799e642aee2554f7733d38d4bbdba75
Fixes https://github.com/adafruit/Adafruit_SSD1306/issues/259
There is another report about the lack of `startWrite` and `endWrite` calls in `drawCircleHelper` at https://github.com/adafruit/Adafruit-GFX-Library/issues/265.
I don't have any experience working with multiple screens. Do you have suggestions for how the library could be improved to work better for this usage? It seems to me...
Please let me know if there's anything I need to do to get this pull request merged.
Please let me know if there's anything I need to do to get this pull request merged.
Hi @aliphys. > The external library is retired, yet there is no indication This will be resolved by https://github.com/arduino/library-registry/pull/4556 > The internal GSM library in the mbed core, has no...
Thanks for the suggestion @unhammer. I agree that is an important thing. I'd welcome a PR for this. Otherwise I'll try to figure out how to do it when I...