Hello, I would like to use the WiFiSSLClient with my UNO R4 WiFi, but I can't use the "Firmware Updater" or "Certificate Uploader" in the IDE because the board seems to be incompatible. What now?
Hi @baumxyz . You can use the "Arduino Firmware Uploader " command line tool:
https://arduino.github.io/arduino-fwuploader/
Work is also in progress to add UNO R4 WiFi support to the firmware updater and certificate uploader features of Arduino IDE:
arduino:main ← arduino:#1319
opened 12:13PM - 07 Aug 23 UTC
## 🚧 This PR depends on [feature: Detect board port change after upload (arduino… /arduino-cli#2253)](https://github.com/arduino/arduino-cli/pull/2253).
See the [Beta Testing Guide](https://github.com/arduino/arduino-ide/blob/main/docs/contributor-guide/beta-testing.md) for the tester builds.
----
### Motivation
The rewrite of the board and port handling in IDE2. The basic idea is to avoid trying to do port change detection on the IDE2 side (frontend) but rely on the CLI's new API: https://github.com/arduino/arduino-cli/pull/2253.
### Other information
Closes arduino/arduino-ide#1319
Ref arduino/arduino-ide#2143
Ref arduino/arduino-ide#2158
This PR is the replacement of https://github.com/arduino/arduino-ide/pull/2149. It's 100% percent the same code, but the PR has been submitted from the `arduino` owner. Hence, the application signing will run on the CIs.
### Reviewer checklist
* [ ] PR addresses a single concern.
* [ ] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-ide/pulls) before creating one)
* [ ] PR title and description are properly filled.
* [ ] Docs have been added / updated (for bug fixes / features)
That should be available in the nightly build of Arduino IDE within the next few days.
Please let me know if you have any questions or problems while following those instructions.
1 Like