Commit 24ae465c authored by Eric Duminil's avatar Eric Duminil
Browse files

Really reset every config

parent 5c8fce95
Pipeline #5808 passed with stage
in 2 minutes and 39 seconds
......@@ -228,7 +228,7 @@ namespace web_config {
sensor_console::defineCommand("reset_config", []() {
Serial.println(F("Resetting config..."));
iotWebConf->getSystemParameterGroup()->applyDefaultValue();
iotWebConf->getRootParameterGroup()->applyDefaultValue();
iotWebConf->saveConfig();
Serial.println(F("Done!"));
}, F("(resets the complete IotWeb config)"));
......
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