From 978683913201145ec2b2cd175e7a9b43353c8cb3 Mon Sep 17 00:00:00 2001 From: Christian Zufferey Date: Mon, 16 Sep 2019 14:31:13 +0200 Subject: [PATCH] wip --- Mesures/solar_pv_energy/boot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesures/solar_pv_energy/boot.lua b/Mesures/solar_pv_energy/boot.lua index 4c4e908..c41fc89 100644 --- a/Mesures/solar_pv_energy/boot.lua +++ b/Mesures/solar_pv_energy/boot.lua @@ -1,6 +1,6 @@ -- Scripts à charger après le boot pour démarrer son appli -print("\n boot.lua zf190908.2249 \n") +print("\n boot.lua zf190910.1342 \n") function heartbeat() f= "flash_led_xfois.lua" if file.exists(f) then dofile(f) end