1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-21 08:47:48 +03: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

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