- 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:
Christian Zufferey
2018-11-19 23:52:29 +01:00
parent 8b78b4aa04
commit d70ecc6173
20 changed files with 1567 additions and 0 deletions

View 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)