Commencé à refactoriser le script de mon projet météo. Ne fonctionne pas encore :-(

This commit is contained in:
Christian Zufferey
2019-03-10 17:20:51 +01:00
parent aa23150466
commit a2b9e89386
2 changed files with 56 additions and 82 deletions

View File

@@ -12,7 +12,7 @@ function heartbeat()
end)
end
f= "led_rgb.lua" if file.exists(f) then dofile(f) end
--f= "led_rgb.lua" if file.exists(f) then dofile(f) end
f= "wifi_ap_start.lua" if file.exists(f) then dofile(f) end
f= "wifi_cli_conf.lua" if file.exists(f) then dofile(f) end
f= "wifi_cli_start.lua" if file.exists(f) then dofile(f) end