} else {
Serial.print(n);
Serial.println("
for
(int
// Print SSID and RSSI for each network found
Serial.print(i
Serial.print(":
Serial.print(WiFi.SSID(i));
Serial.print(" (");
Serial.print(WiFi.RSSI(i));
Serial.print(")");
Serial.println((WiFi.encryptionType(i)
":"*");
delay(10);
}
}
Serial.println("");
// Wait a bit before scanning again
delay(5000);
}
networks
i
=
0;
i
<
n; ++i) {
+
1);
");
found");
==
WIFI_AUTH_OPEN)?"
Need help?
Do you have a question about the PICO and is the answer not in the manual?