mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-05 13:48:53 +00:00
cache available networks in setup
This commit is contained in:
parent
33bc277bb5
commit
7b0f0ac639
1 changed files with 3 additions and 0 deletions
|
@ -322,6 +322,9 @@ void setup()
|
||||||
server.begin();
|
server.begin();
|
||||||
Serial.println("Server started!");
|
Serial.println("Server started!");
|
||||||
|
|
||||||
|
// scan networks and cache them
|
||||||
|
WiFi.scanNetworks(true);
|
||||||
|
|
||||||
ledBlink(1);
|
ledBlink(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue