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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user