mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Fixed spelling errror in Wifi connect examples.
This commit is contained in:
@ -101,7 +101,7 @@ void printCurrentNet() {
|
|||||||
|
|
||||||
// print the received signal strength:
|
// print the received signal strength:
|
||||||
long rssi = WiFi.RSSI();
|
long rssi = WiFi.RSSI();
|
||||||
Serial.print("signal sgtrength (RSSI):");
|
Serial.print("signal strength (RSSI):");
|
||||||
Serial.println(rssi);
|
Serial.println(rssi);
|
||||||
|
|
||||||
// print the encryption type:
|
// print the encryption type:
|
||||||
|
@ -93,7 +93,7 @@ void printCurrentNet() {
|
|||||||
|
|
||||||
// print the received signal strength:
|
// print the received signal strength:
|
||||||
long rssi = WiFi.RSSI();
|
long rssi = WiFi.RSSI();
|
||||||
Serial.print("signal sgtrength (RSSI):");
|
Serial.print("signal strength (RSSI):");
|
||||||
Serial.println(rssi);
|
Serial.println(rssi);
|
||||||
|
|
||||||
// print the encryption type:
|
// print the encryption type:
|
||||||
|
@ -93,7 +93,7 @@ void printCurrentNet() {
|
|||||||
|
|
||||||
// print the received signal strength:
|
// print the received signal strength:
|
||||||
long rssi = WiFi.RSSI();
|
long rssi = WiFi.RSSI();
|
||||||
Serial.print("signal sgtrength (RSSI):");
|
Serial.print("signal strength (RSSI):");
|
||||||
Serial.println(rssi);
|
Serial.println(rssi);
|
||||||
|
|
||||||
// print the encryption type:
|
// print the encryption type:
|
||||||
|
Reference in New Issue
Block a user