We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00673e0 commit c82c684Copy full SHA for c82c684
libraries/ESP8266WiFi/examples/WiFiMulti/WiFiMulti.ino
@@ -22,6 +22,9 @@ ESP8266WiFiMulti wifiMulti;
22
const uint32_t connectTimeoutMs = 5000;
23
24
void setup() {
25
+ // Don't save WiFi configuration in flash - optional
26
+ WiFi.persistent(false);
27
+
28
Serial.begin(115200);
29
Serial.println("\nESP8266 Multi WiFi example");
30
0 commit comments