From 71ee20314fbdc15da75dda68f1e993881e90f61a Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Mon, 12 Mar 2012 14:35:02 -0400 Subject: [PATCH] Re-formatted ScanNetworks output --- WiFi/examples/ScanNetworks/ScanNetworks.ino | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/WiFi/examples/ScanNetworks/ScanNetworks.ino b/WiFi/examples/ScanNetworks/ScanNetworks.ino index c1267e672..ecae9b300 100644 --- a/WiFi/examples/ScanNetworks/ScanNetworks.ino +++ b/WiFi/examples/ScanNetworks/ScanNetworks.ino @@ -10,7 +10,7 @@ created 13 July 2010 by dlf (Metodo2 srl) - modified 9 Mar 2012 + modified 12 Mar 2012 by Tom Igoe */ @@ -26,7 +26,6 @@ void setup() { Serial.println("Initializing Wifi..."); printMacAddress(); - // scan for existing networks: Serial.println("Scanning available networks..."); listNetworks(); @@ -72,13 +71,12 @@ void listNetworks() { for (int thisNet = 0; thisNet