Ajouté une fonction btn verbose afin de pouvoir éteindre le clignotement de la LED depuis le bouton

This commit is contained in:
Christian Zufferey
2020-01-19 15:29:53 +01:00
parent f14a9bae68
commit cfdf2f2248
4 changed files with 32 additions and 3 deletions

View File

@@ -11,6 +11,8 @@ function boot()
zurl=thingspeak_url.."field1="..tostring(ztemp1).."&field2="..tostring(zhum1)
f="0_send_data.lua" if file.exists(f) then dofile(f) end
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 = "web_ide2.lua" if file.exists(f) then dofile(f) end
f=nil boot=nil