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