diff options
author | Ben V. Brown <[email protected]> | 2018-04-28 11:46:07 +1000 |
---|---|---|
committer | Ben V. Brown <[email protected]> | 2018-04-28 11:46:07 +1000 |
commit | dd2fdbcb8e07a2171f68ba70e3cff851b6aa4e51 (patch) | |
tree | f0783535d6cd4011a387821c1c5bad02e943f468 | |
parent | 42db57da25a22eca22bed22adac3192d02ca0944 (diff) | |
download | IronOS-dd2fdbcb8e07a2171f68ba70e3cff851b6aa4e51.tar.gz IronOS-dd2fdbcb8e07a2171f68ba70e3cff851b6aa4e51.zip |
Fix button lockout
Fixes #278
-rw-r--r-- | workspace/TS100/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workspace/TS100/src/main.cpp b/workspace/TS100/src/main.cpp index 5219b8fa..c5d3f5f9 100644 --- a/workspace/TS100/src/main.cpp +++ b/workspace/TS100/src/main.cpp @@ -744,7 +744,7 @@ void startGUITask(void const *argument) { lcd.setFont(0); lcd.displayOnOff(true); // turn lcd on gui_solderingMode(); // enter soldering mode - + buttonLockout = true; break; case BUTTON_B_SHORT: lcd.setFont(0); |