We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec1109 commit 4974e2fCopy full SHA for 4974e2f
libraries/WiFiS3/examples/WiFiPing/WiFiPing.ino
@@ -5,7 +5,7 @@
5
using the WiFi module. By default the attempt is performed 5 times, but can
6
be changed to max. 255
7
8
- 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.
9
10
This example is written for a network using WPA encryption. For
11
WEP or WPA, change the WiFi.begin() call accordingly.
@@ -81,6 +81,7 @@ void loop() {
81
}
82
else {
83
Serial.println("Timeout on IP!");
84
+ Serial.println("Make sure your WiFi firmware version is greater than 0.5.0");
85
86
87
// Ping Host
@@ -98,6 +99,7 @@ void loop() {
98
99
100
101
Serial.println("Timeout on host!");
102
103
104
105
Serial.println();
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments