Amélioré encore ma procédure de boot ;-)

This commit is contained in:
Christian Zufferey
2019-12-21 15:54:03 +01:00
parent 11ec004436
commit f4ecc8746d
5 changed files with 71 additions and 81 deletions

View File

@@ -1,13 +1,11 @@
-- Scripts à charger après le boot pour démarrer le core system
print("\n boot.lua zf191124.1920 \n")
print("\n boot.lua zf191221.1509 \n")
function boot()
--f= "led_rgb.lua" if file.exists(f) then dofile(f) end
gpio.trig(zswitch, "none") hvbouton=nil zswitch=nil reset_reason=nil
f= "telnet_srv2.lua" if file.exists(f) then dofile(f) end
f= "wifi_init.lua" if file.exists(f) then dofile(f) end
--f= "web_ide2.lua" if file.exists(f) then dofile(f) end
--f= "web_srv2.lua" if file.exists(f) then dofile(f) end
end
boot()