Skip to content

Commit

Permalink
Simplified ScanNetwork example
Browse files Browse the repository at this point in the history
Fixes #3629
  • Loading branch information
cmaglie committed Aug 20, 2015
1 parent 0c2498a commit 5b3d16f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions libraries/WiFi/examples/ScanNetworks/ScanNetworks.ino
Expand Up @@ -39,17 +39,13 @@ void setup() {

// Print WiFi MAC address:
printMacAddress();

// scan for existing networks:
Serial.println("Scanning available networks...");
listNetworks();
}

void loop() {
delay(10000);
// scan for existing networks:
Serial.println("Scanning available networks...");
listNetworks();
delay(10000);
}

void printMacAddress() {
Expand Down

0 comments on commit 5b3d16f

Please sign in to comment.