Pris comme numéro de port pour le telnet reverse, 23000+num_jaune du NodeMCU. Mis le telnet reverse dans le boot.lua

This commit is contained in:
Christian Zufferey
2020-02-16 16:57:45 +01:00
parent 742283019d
commit de74f5408e
3 changed files with 11 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
-- Scripts à charger après le boot pour démarrer son projet
print("\n boot.lua zf200216.1455 \n")
print("\n boot.lua zf200216.1650 \n")
function boot()
verbose = true
@@ -13,7 +13,8 @@ function boot()
--f="0_cron.lua" if file.exists(f) then dofile(f) end
f="0_btn_flipflop.lua" if file.exists(f) then dofile(f) end
f="0_tst3_socat.lua" if file.exists(f) then dofile(f) end
--f = "web_ide2.lua" if file.exists(f) then dofile(f) end
print("verbose:",verbose)
print("boot lancé...")