We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ffce9 commit 0afd739Copy full SHA for 0afd739
libraries/WiFiS3/examples/WiFiTime/WiFiTime.ino
@@ -41,14 +41,7 @@ void setup() {
41
42
// check for the WiFi module:
43
if (WiFi.status() == WL_NO_MODULE) {
44
- Serial.println("Communication with WiFi module failed. freeze !");
45
- // don't continue
46
- while (true);
47
- }
48
-
49
- String fv = WiFi.firmwareVersion();
50
- if (fv < WIFI_FIRMWARE_LATEST_VERSION) {
51
- Serial.println("Please upgrade to the WiFi USB bridge firmware. freeze !");
+ Serial.println("Communication with WiFi module failed.");
52
// don't continue
53
while (true);
54
}
0 commit comments