Per Tillisch

Results 1081 comments of Per Tillisch

Hi @marcusobrien. Thanks for taking the time to submit an issue. I believe this is caused by a bug in the Arduino CLI tool that handles the compilation for Arduino...

Thanks so much for testing the potential fix and reporting your results. It is unfortunate the fault still occurs for you. Does the problem of the IDE not returning to...

If you compile that simple sketch from my previous comment for the ESP32-S3 board, does the problem of the IDE not returning to a usable state after a compilation error...

Hi @marcusobrien. We are still waiting for you to provide the information requested in the previous reply so that we can proceed with the investigation or evaluation of this. Please...

There is also a request for this capability in Arduino IDE 1.x here: https://github.com/arduino/Arduino/issues/9479

@terrypin999 omitted some important information from this report: https://forum.arduino.cc/t/cannot-update-rtclib/1246598 > I've just tried IDE 2.3.2 which is much more informative, telling me: Failed to install library: 'RTClib:2.1.4'. Error: 3 INVALID_ARGUMENT:...

Closing as fixed by https://github.com/arduino/ArduinoCore-renesas/pull/405

Hi @delta-G. Start by doing a [hard reset](https://git-scm.com/docs/git-reset#Documentation/git-reset.txt---hard) of the branch back to the last commit (9b439c5f830b797cb77f774c3d7cc8b2c245c03e) before the unwanted commits were introduced: ```text $ git checkout txBuffer Switched to...

Thanks for your suggestion @mjs513. The fault still occurs when uploading to the UNO R4 WiFi board with the 0.2.1-rc1 version of the firmware on its bridge module.

A potential fix for this problem has been identified. This involves changes to two software components: - The "bridge" firmware: https://github.com/arduino/uno-r4-wifi-usb-bridge/issues/13 - The platform: https://github.com/arduino/ArduinoCore-renesas/pull/74 https://github.com/arduino/ArduinoCore-renesas/pull/74 was previously rejected, but...