Skip to content

Commit a2cceca

Browse files
committed
WiFiTime: add info about minimum required firmware version
1 parent 28bf6ff commit a2cceca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/WiFiS3/examples/WiFiTime/WiFiTime.ino

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
The time is retrieved with the WiFi module by fetching the NTP time from an NTP server.
55
6-
It requires the latest USB Wifi bridge firmware level and WiFiS3 library.
6+
It requires at least version 0.5.0 of USB Wifi bridge firmware and WiFiS3 library.
77
88
This example is written for a network using WPA encryption. For
99
WEP or WPA, change the WiFi.begin() call accordingly.
@@ -80,6 +80,7 @@ void loop() {
8080
}
8181
else {
8282
Serial.println("Error during reading epoch time.");
83+
Serial.println("Make sure your WiFi firmware version is greater than 0.5.0");
8384
}
8485

8586
Serial.println();

0 commit comments

Comments
 (0)