Commencé à tester le principe d'un web service GET avec mon petit framework ASP ZYX, cela fonctionne bien mais pas encore terminé

This commit is contained in:
Christian Zufferey
2019-07-09 22:23:54 +02:00
parent cc5f47d27f
commit 4c756652d1
11 changed files with 75 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
-- Scripts à charger après le boot pour démarrer son appli
print("\n boot.lua zf190706.1429 \n")
print("\n boot.lua zf190709.2150 \n")
function heartbeat()
f= "flash_led_xfois.lua" if file.exists(f) then dofile(f) end
@@ -22,8 +22,8 @@ f= "telnet_srv2.lua" if file.exists(f) then dofile(f) end
f= "web_ide2.lua" if file.exists(f) then dofile(f) end
f= "web_srv2.lua" if file.exists(f) then dofile(f) end
f= "a3.lua" if file.exists(f) then dofile(f) end
f= "a4.lua" if file.exists(f) then dofile(f) end
--f= "a3.lua" if file.exists(f) then dofile(f) end
--f= "a4.lua" if file.exists(f) then dofile(f) end
--f= "set_time.lua" if file.exists(f) then dofile(f) end
--f= "dsleep.lua" if file.exists(f) then dofile(f) end