Refactorisé encore une fois ma procédure de wifi_init, pour la simplifier quand il ne trouve pas de AP WIFI ;-)

This commit is contained in:
Christian Zufferey
2020-02-16 13:50:15 +01:00
parent 1ff624e99a
commit faaac5ae05
2 changed files with 35 additions and 27 deletions

View File

@@ -1,10 +1,10 @@
-- Scripts à charger après le boot pour démarrer son projet
print("\n boot.lua zf200203.1423 \n")
print("\n boot.lua zf200216.1332 \n")
function boot()
verbose = true
print("booooooooooot...")
print("On lance le boot...")
print(node.heap()) collectgarbage() print(node.heap())
--f="0_htu21d.lua" if file.exists(f) then dofile(f) end