Complètement refactorisé la partie initialisation du WIFI au boot. On ne l'initialise PLUS au moment du boot !

This commit is contained in:
Christian Zufferey
2019-10-29 21:59:33 +01:00
parent 9a625964db
commit 4eff40cf3c
29 changed files with 1566 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
-- Scripts à charger après le boot pour démarrer le core system
print("\n boot.lua zf191029.2114 \n")
--f= "led_rgb.lua" if file.exists(f) then dofile(f) end
f= "telnet_srv2.lua" if file.exists(f) then dofile(f) end
--f= "web_ide2.lua" if file.exists(f) then dofile(f) end
--ff= "web_srv2.lua" if file.exists(f) then dofile(f) end