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

@@ -1,7 +1,8 @@
-- Petit script pour envoyer les valeurs de température sur un serveur WEB via un HTTP GET
print("\n 0_send_data.lua zf200119.1433 \n")
function send_data()
if verbose then print("\n 0_send_data.lua zf200119.1518 \n") end
if verbose then print("send_data_web: ") end
if verbose then print(zurl) end