1
0
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:
Tom Igoe 2012-03-02 13:34:17 -05:00
parent 0b9229fcda
commit 3e894fdcc0
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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: