Skip to content

Commit

Permalink
OTANonBlocking: add info about minimum required firmware version
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Nov 28, 2024
1 parent d8c676b commit 3bd4ebd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
This sketch demonstrates how to make an OTA Update on the UNO R4 WiFi.
Upload the sketch and wait for the invasion!
It requires at least version 0.5.0 of USB Wifi bridge firmware
*/


Expand Down Expand Up @@ -75,6 +77,7 @@ void setup() {
if(ota_size <= 0) {
Serial.println("ota.startDownload() error: ");
Serial.println(ota_size);
Serial.println("Make sure your WiFi firmware version is at least 0.5.0");
return;
}

Expand Down

0 comments on commit 3bd4ebd

Please sign in to comment.