cache available networks in setup

This commit is contained in:
RaffaelW 2024-12-15 21:33:55 +01:00
parent f92e51377c
commit cc18f5121e

View file

@ -318,6 +318,9 @@ void setup()
server.begin();
Serial.println("Server started!");
// scan networks and cache them
WiFi.scanNetworks(true);
ledBlink(1);
}