Commit 2a7ecdef authored by Eric Duminil's avatar Eric Duminil
Browse files

No AP if not needed

parent 6da82941
......@@ -75,7 +75,8 @@ namespace web_server {
# else
iotWebConf->setStatusPin(ONBOARD_LED_PIN, HIGH);
# endif
//TODO: Disable AP if WiFi connects
iotWebConf->setWifiConnectionTimeoutMs(1000UL * WIFI_TIMEOUT);
iotWebConf->skipApStartup();
//TODO: Add callbacks
//TODO: Add LED effects
//TODO: Add other params
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment