diff --git a/TC1/main.c b/TC1/main.c index 81518e4..c1f0e8a 100644 --- a/TC1/main.c +++ b/TC1/main.c @@ -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!" ); diff --git a/build/TC1@MK3031@moc/binary/TC1@MK3031@moc.all.bin b/build/TC1@MK3031@moc/binary/TC1@MK3031@moc.all.bin index 926f852..0d06159 100644 Binary files a/build/TC1@MK3031@moc/binary/TC1@MK3031@moc.all.bin and b/build/TC1@MK3031@moc/binary/TC1@MK3031@moc.all.bin differ diff --git a/build/TC1@MK3031@moc/binary/TC1@MK3031@moc.ota.bin b/build/TC1@MK3031@moc/binary/TC1@MK3031@moc.ota.bin index 8851d2e..5859b72 100644 Binary files a/build/TC1@MK3031@moc/binary/TC1@MK3031@moc.ota.bin and b/build/TC1@MK3031@moc/binary/TC1@MK3031@moc.ota.bin differ