Voilà cela fonctionne maintenant, c'était comme la dernière fois, c'est le https au niveau get qui conince quand je passe avec mon smartphone pour Internet

This commit is contained in:
Christian Zufferey
2019-06-16 15:30:37 +02:00
parent c6768852cc
commit 6764a376b8
2 changed files with 4 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
-- source: https://nodemcu.readthedocs.io/en/master/modules/ds18b20/
function a1()
print("\n a1.lua zf190616.1453 \n")
print("\n a1.lua zf190616.1519 \n")
end
a1()

View File

@@ -1,10 +1,9 @@
-- Petit script pour envoyer quelque chose sur un serveur WEB
print("\n web_cli.lua zf190616.1513 \n")
print("\n web_cli.lua zf190616.1519 \n")
function disp_send()
print("web_cli: ")
ztemp1=11 ztemp2=12 ztemp3=13
-- ztemp1=11 ztemp2=12 ztemp3=13
zurl=thingspeak_url_update.."field1="..tostring(ztemp1).."&field2="..tostring(ztemp2).."&field3="..tostring(ztemp3)
print(zurl)