We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 28bf6ff commit a2ccecaCopy full SHA for a2cceca
libraries/WiFiS3/examples/WiFiTime/WiFiTime.ino
@@ -3,7 +3,7 @@
3
4
The time is retrieved with the WiFi module by fetching the NTP time from an NTP server.
5
6
- It requires the latest USB Wifi bridge firmware level and WiFiS3 library.
+ It requires at least version 0.5.0 of USB Wifi bridge firmware and WiFiS3 library.
7
8
This example is written for a network using WPA encryption. For
9
WEP or WPA, change the WiFi.begin() call accordingly.
@@ -80,6 +80,7 @@ void loop() {
80
}
81
else {
82
Serial.println("Error during reading epoch time.");
83
+ Serial.println("Make sure your WiFi firmware version is greater than 0.5.0");
84
85
86
Serial.println();
0 commit comments