diff --git a/init.lua b/init.lua index c1a5eac..e8cdc94 100644 --- a/init.lua +++ b/init.lua @@ -33,7 +33,7 @@ end initTimer = tmr.create() initTimer:register(5000, tmr.ALARM_SINGLE, function (t) bootledtimer:unregister() - t:unregister() + initTimer:unregister() initTimer=nil bootledtimer=nil local modlist = { "timecore" , "displayword" }