add:增加重启命令

fix:修复设置插口名称后,hass中friendlyname显示为id的问题
版本号:v0.10.1
This commit is contained in:
Zip
2019-04-23 10:07:08 +08:00
parent 48010e1897
commit d63d34a2be
7 changed files with 25 additions and 17 deletions

View File

@@ -24,7 +24,7 @@ static void power_timer_handler( void* arg )
{
timer = (clock_count - clock_count_last);
os_log("power_irq_handler:%09u %u %u",timer,timer_irq_count,timer_count);
// os_log("power_irq_handler:%09u %u %u",timer,timer_irq_count,timer_count);
if ( timer_count > 3 )
{
timer /= 1000;