fix:关闭系统指示灯

This commit is contained in:
Zip
2019-03-26 15:43:16 +08:00
parent 58ae81f7c4
commit 28677224b6
3 changed files with 1 additions and 1 deletions

View File

@@ -111,7 +111,7 @@ int application_start( void )
user_config->plug[i].on = 0;
user_relay_set( i, user_config->plug[i].on );
}
// MicoSysLed(0);
MicoSysLed(0);
if ( user_config->version != USER_CONFIG_VERSION || user_config->plug[0].task[0].hour < 0 || user_config->plug[0].task[0].hour > 23 )
{
os_log( "WARNGIN: user params restored!" );