diff options
author | cheapie <no-email-for-you@example.com> | 2017-01-15 22:50:18 -0600 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2017-01-15 22:50:18 -0600 |
commit | 71fb7ba9e77201005124766b24ab107b1fe908b1 (patch) | |
tree | c4040534f808e9ceb5233642147c9895824a0308 | |
parent | 2011c40bf2b822d0ae38b780548d58ca4f993a14 (diff) | |
download | ltc4000e-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.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |