mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
Fixed spelling errror in Wifi connect examples.
This commit is contained in:
parent
0b9229fcda
commit
3e894fdcc0
@ -101,7 +101,7 @@ void printCurrentNet() {
|
||||
|
||||
// print the received signal strength:
|
||||
long rssi = WiFi.RSSI();
|
||||
Serial.print("signal sgtrength (RSSI):");
|
||||
Serial.print("signal strength (RSSI):");
|
||||
Serial.println(rssi);
|
||||
|
||||
// print the encryption type:
|
||||
|
@ -93,7 +93,7 @@ void printCurrentNet() {
|
||||
|
||||
// print the received signal strength:
|
||||
long rssi = WiFi.RSSI();
|
||||
Serial.print("signal sgtrength (RSSI):");
|
||||
Serial.print("signal strength (RSSI):");
|
||||
Serial.println(rssi);
|
||||
|
||||
// print the encryption type:
|
||||
|
@ -93,7 +93,7 @@ void printCurrentNet() {
|
||||
|
||||
// print the received signal strength:
|
||||
long rssi = WiFi.RSSI();
|
||||
Serial.print("signal sgtrength (RSSI):");
|
||||
Serial.print("signal strength (RSSI):");
|
||||
Serial.println(rssi);
|
||||
|
||||
// print the encryption type:
|
||||
|
Loading…
Reference in New Issue
Block a user