From 3e894fdcc042617c343bf7c9573039ce85c68e2e Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Fri, 2 Mar 2012 13:34:17 -0500 Subject: [PATCH] Fixed spelling errror in Wifi connect examples. --- WiFi/examples/ConnectNoEncryption/ConnectNoEncryption.ino | 2 +- WiFi/examples/ConnectWithWEP/ConnectWithWEP.ino | 2 +- WiFi/examples/ConnectWithWPA/ConnectWithWPA.ino | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WiFi/examples/ConnectNoEncryption/ConnectNoEncryption.ino b/WiFi/examples/ConnectNoEncryption/ConnectNoEncryption.ino index 85207eac0..efedf6c73 100644 --- a/WiFi/examples/ConnectNoEncryption/ConnectNoEncryption.ino +++ b/WiFi/examples/ConnectNoEncryption/ConnectNoEncryption.ino @@ -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: diff --git a/WiFi/examples/ConnectWithWEP/ConnectWithWEP.ino b/WiFi/examples/ConnectWithWEP/ConnectWithWEP.ino index e97871d23..4cad6f085 100644 --- a/WiFi/examples/ConnectWithWEP/ConnectWithWEP.ino +++ b/WiFi/examples/ConnectWithWEP/ConnectWithWEP.ino @@ -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: diff --git a/WiFi/examples/ConnectWithWPA/ConnectWithWPA.ino b/WiFi/examples/ConnectWithWPA/ConnectWithWPA.ino index 7813ba8e1..a01496c85 100644 --- a/WiFi/examples/ConnectWithWPA/ConnectWithWPA.ino +++ b/WiFi/examples/ConnectWithWPA/ConnectWithWPA.ino @@ -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: