- tester pour voir si j'arrive à me connecter rapidement à un WIFI AP, le test est positif
- testé un seuper mini WEB IDE
This commit is contained in:
13
Boot init.lua/mini/test webide/boot.lua
Normal file
13
Boot init.lua/mini/test webide/boot.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
-- Scripts à charger après le boot pour démarrer son appli
|
||||
|
||||
print("\n boot.lua zf181119.1518 \n")
|
||||
|
||||
--if file.exists("wifi_ap_stop.lua") then dofile("wifi_ap_stop.lua") end
|
||||
--if file.exists("dsleep.lua") then dofile("dsleep.lua") end
|
||||
--if file.exists("wifi_cli_start.lua") then dofile("wifi_cli_start.lua") end
|
||||
if file.exists("repair.lua") then dofile("repair.lua") end
|
||||
|
||||
jobtimer1=tmr.create()
|
||||
--tmr.alarm(jobtimer1, 1*1000, tmr.ALARM_AUTO, function()
|
||||
-- print("coucou...")
|
||||
--end)
|
||||
Reference in New Issue
Block a user