Commit 34c87002 authored by Eric Duminil's avatar Eric Duminil
Browse files

Removing onboard LED status

parent 5e3b5045
Pipeline #5882 passed with stage
in 2 minutes and 24 seconds
......@@ -271,13 +271,6 @@ namespace web_config {
iotWebConf->forceApMode(true);
}, F("(Forces access point mode)"));
const int ONBOARD_LED_PIN = 2;
# ifdef ESP8266
iotWebConf->setStatusPin(ONBOARD_LED_PIN, LOW);
# else
iotWebConf->setStatusPin(ONBOARD_LED_PIN, HIGH);
# endif
iotWebConf->setWifiConnectionTimeoutMs(1000UL * config::wifi_timeout);
iotWebConf->skipApStartup();
......
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