Change EEPROM begin/end to be sure it is open

Update print_config
This commit is contained in:
luc
2015-10-22 21:38:52 +08:00
parent fa9b87f734
commit b2f8ab93bc
3 changed files with 169 additions and 21 deletions

View File

@@ -76,7 +76,6 @@ void COMMAND::execute_command(int cmd,String cmd_params)
if (cmd_params=="RESET")
{
CONFIG::reset_config();
web_interface->restartmodule=true;
}
if (cmd_params=="SAFEMODE")
{