init.lua 59 B

123
  1. tmr.alarm(0, 1000, 0, function()
  2. dofile('main.lua')
  3. end)