cache available networks in setup

This commit is contained in:
RaffaelW 2024-12-15 21:33:55 +01:00
parent 33bc277bb5
commit 7b0f0ac639

View file

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