- Notifications
You must be signed in to change notification settings - Fork85
Add UNO R4 WiFi basic support#366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
per1234 commentedJun 28, 2023
About the failure of the "Unit Tests" workflow run: We have been seeing a recent increase in these spurious failures caused by intermittent errors while uploading the coverage data to Codecov. The Tooling Team has had success by adding the upload token as suggested in the error message: There is a detailed explanation of our chosen approach in the commit message here: If you think that approach would be appropriate for this project, I will be happy to submit a pull request to make the equivalent change in the "Unit Tests" workflow. |
pennam commentedJun 28, 2023
Thanks@per1234 that would be perfect! |
Memory usage change @0969755
Click for full report table
Click for full report CSV |
pennam commentedJul 3, 2023
rebased to fix conflicts |
Codecov Report
@@ Coverage Diff @@## master #366 +/- ##======================================= Coverage 95.00% 95.00% ======================================= Files 27 27 Lines 1220 1220 ======================================= Hits 1159 1159 Misses 61 61 |
Memory usage change @44f92b0
Click for full report table
Click for full report CSV |
src/ArduinoIoTCloudTCP.cpp Outdated
| #if defined(ARDUINO_UNOWIFIR4) | ||
| if (String(WiFi.firmwareVersion()) <String("0.2.0")) { | ||
| DEBUG_ERROR("ArduinoIoTCloudTCP::%s In order to connect to Arduino IoT Cloud, WiFI firmware needs to be >= 0.2.0, current %s", __FUNCTION__, WiFi.firmwareVersion()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
It should readWiFi firmware instead ofWiFI firmware (with lowercase i)
Uh oh!
There was an error while loading.Please reload this page.
To connect to ArduinoIoTCloud WiFi firmware need to be updated. The minimum required version is
0.2.0.Pre release of the firmware is available here:https://github.com/arduino/uno-r4-wifi-usb-bridge/releases/tag/0.2.0
Updater tool forlinux,win,macos.
Instructions for flashing the new firmware availablehere