From 44fb113fd3ca4bc1cbd03805c3045b207b368f7c Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Fri, 9 Mar 2012 21:42:57 -0500 Subject: [PATCH] Reformatted reporting on ScanNetworks --- WiFi/examples/ScanNetworks/ScanNetworks.ino | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/WiFi/examples/ScanNetworks/ScanNetworks.ino b/WiFi/examples/ScanNetworks/ScanNetworks.ino index e6de67e63..c1267e672 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 4 Mar 2012 + modified 9 Mar 2012 by Tom Igoe */ @@ -68,16 +68,17 @@ void listNetworks() { Serial.print("number of available networks:"); Serial.println(numSsid); - Serial.println("#\tName\tRSSI\tencryptionType:"); // print the network number and name for each network found: for (int thisNet = 0; thisNet