mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 21:18:13 +08:00
fix:关闭系统指示灯
This commit is contained in:
@@ -111,7 +111,7 @@ int application_start( void )
|
|||||||
user_config->plug[i].on = 0;
|
user_config->plug[i].on = 0;
|
||||||
user_relay_set( i, user_config->plug[i].on );
|
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 )
|
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!" );
|
os_log( "WARNGIN: user params restored!" );
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user