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