- complétement refactorisé la branche LED RG

This commit is contained in:
Christian Zufferey
2018-11-25 13:20:27 +01:00
parent c4aaeb3e82
commit c6f823d33a
32 changed files with 224 additions and 189 deletions

View File

@@ -1,12 +1,12 @@
-- Scripts de seconde chance pour réparer une boucle dans le restart
print("\n repair.lua zf181119.1511 \n")
print("\n repair.lua zf181120.1012 \n")
--if file.exists("wifi_ap_start.lua") then dofile("wifi_ap_start.lua") end
if file.exists("wifi_ap_stop.lua") then dofile("wifi_ap_stop.lua") end
if file.exists("wifi_cli_conf.lua") then dofile("wifi_cli_conf.lua") end
if file.exists("wifi_cli_start.lua") then dofile("wifi_cli_start.lua") end
if file.exists("ide2.lua") then dofile("ide2.lua") end
if file.exists("ide.lua") then dofile("ide.lua") end
if file.exists("telnet_srv.lua") then dofile("telnet_srv.lua") end
jobtimer1=tmr.create()