mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-13 05:28:14 +08:00
add:增加重启命令
fix:修复设置插口名称后,hass中friendlyname显示为id的问题 版本号:v0.10.1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user