summaryrefslogtreecommitdiff
path: root/run.lua
diff options
context:
space:
mode:
Diffstat (limited to 'run.lua')
-rw-r--r--run.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.lua b/run.lua
index e5a7627..60d1e07 100644
--- a/run.lua
+++ b/run.lua
@@ -2,7 +2,7 @@ local wakeup = require("wakeup")
return function ()
tmr.create():alarm(
- 500,
+ 1000,
tmr.ALARM_AUTO,
function (timer)
wakeup:step(timer)