summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2017-01-15 22:50:18 -0600
committercheapie <no-email-for-you@example.com>2017-01-15 22:50:18 -0600
commit71fb7ba9e77201005124766b24ab107b1fe908b1 (patch)
treec4040534f808e9ceb5233642147c9895824a0308
parent2011c40bf2b822d0ae38b780548d58ca4f993a14 (diff)
downloadltc4000e-71fb7ba9e77201005124766b24ab107b1fe908b1.tar
ltc4000e-71fb7ba9e77201005124766b24ab107b1fe908b1.tar.gz
ltc4000e-71fb7ba9e77201005124766b24ab107b1fe908b1.tar.bz2
ltc4000e-71fb7ba9e77201005124766b24ab107b1fe908b1.tar.xz
ltc4000e-71fb7ba9e77201005124766b24ab107b1fe908b1.zip
Temporary fix for a stability issue (will address root cause later)
-rw-r--r--fw.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/fw.lua b/fw.lua
index a14b5a3..31cdd45 100644
--- a/fw.lua
+++ b/fw.lua
@@ -901,7 +901,8 @@ elseif mem.menu == "log" then
table.insert(disp,{command="addlabel",X=0,Y=1.5,label="No Faults"})
end
elseif mem.menu == "monitoring" then
- interrupt(0.6,"monflash")
+ --interrupt(0.6,"monflash")
+ mem.monflash = true
local monitor_textures = {}
monitor_textures.O = "streets_tl_off.png"