Ajouté une fonction btn verbose afin de pouvoir éteindre le clignotement de la LED depuis le bouton
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user