Commit 5c8fce95 authored by Eric Duminil's avatar Eric Duminil
Browse files

Doc

parent 96666137
Pipeline #5807 passed with stage
in 2 minutes and 30 seconds
...@@ -238,7 +238,7 @@ namespace web_config { ...@@ -238,7 +238,7 @@ namespace web_config {
iotWebConf->saveConfig(); iotWebConf->saveConfig();
Serial.print(F("WiFi - ")); Serial.print(F("WiFi - "));
Serial.println(onOff ? F("On!") : F("Off!")); Serial.println(onOff ? F("On!") : F("Off!"));
}, F("0/1 (Wifi On?)")); }, F("0/1 (Turns Wifi on/off)."));
iotWebConf->loadConfig(); iotWebConf->loadConfig();
......
Supports Markdown
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