We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c676b commit 3bd4ebdCopy full SHA for 3bd4ebd
libraries/OTAUpdate/examples/OTANonBlocking/OTANonBlocking.ino
@@ -4,6 +4,8 @@
4
This sketch demonstrates how to make an OTA Update on the UNO R4 WiFi.
5
Upload the sketch and wait for the invasion!
6
7
+ It requires at least version 0.5.0 of USB Wifi bridge firmware
8
+
9
*/
10
11
@@ -75,6 +77,7 @@ void setup() {
75
77
if(ota_size <= 0) {
76
78
Serial.println("ota.startDownload() error: ");
79
Serial.println(ota_size);
80
+ Serial.println("Make sure your WiFi firmware version is at least 0.5.0");
81
return;
82
}
83
0 commit comments