"git@transfer.hft-stuttgart.de:zedflow/fgdi.git" did not exist on "9183d913b2f36c8a3d7c99a54908e69ba9ec17c5"
Commit 24ae465c authored by Eric Duminil's avatar Eric Duminil
Browse files

Really reset every config

parent 5c8fce95
......@@ -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)"));
......
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