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
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
Add a link
Reference in a new issue