File tree 1 file changed +3
-1
lines changed
libraries/WiFiS3/examples/WiFiPing
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 5
5
using the WiFi module. By default the attempt is performed 5 times, but can
6
6
be changed to max. 255
7
7
8
- It requires the latest USB Wifi bridge firmware level and WiFiS3 library.
8
+ It requires at least version 0.5.0 of USB Wifi bridge firmware and WiFiS3 library.
9
9
10
10
This example is written for a network using WPA encryption. For
11
11
WEP or WPA, change the WiFi.begin() call accordingly.
@@ -81,6 +81,7 @@ void loop() {
81
81
}
82
82
else {
83
83
Serial.println (" Timeout on IP!" );
84
+ Serial.println (" Make sure your WiFi firmware version is greater than 0.5.0" );
84
85
}
85
86
86
87
// Ping Host
@@ -98,6 +99,7 @@ void loop() {
98
99
}
99
100
else {
100
101
Serial.println (" Timeout on host!" );
102
+ Serial.println (" Make sure your WiFi firmware version is greater than 0.5.0" );
101
103
}
102
104
103
105
Serial.println ();
You can’t perform that action at this time.
0 commit comments