Skip to content

Commit 3bd4ebd

Browse files
committed
OTANonBlocking: add info about minimum required firmware version
1 parent d8c676b commit 3bd4ebd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: libraries/OTAUpdate/examples/OTANonBlocking/OTANonBlocking.ino

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
This sketch demonstrates how to make an OTA Update on the UNO R4 WiFi.
55
Upload the sketch and wait for the invasion!
66
7+
It requires at least version 0.5.0 of USB Wifi bridge firmware
8+
79
*/
810

911

@@ -75,6 +77,7 @@ void setup() {
7577
if(ota_size <= 0) {
7678
Serial.println("ota.startDownload() error: ");
7779
Serial.println(ota_size);
80+
Serial.println("Make sure your WiFi firmware version is at least 0.5.0");
7881
return;
7982
}
8083

0 commit comments

Comments
 (0)