M5Stack PICO Quick Start Manual page 9

Table of Contents

Advertisement

} 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)?"

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the PICO and is the answer not in the manual?

This manual is also suitable for:

Stamp-pico

Table of Contents