Mercurial > public > hwos_code
diff src/surfmode.asm @ 187:669b5d00706d
CHANGE: Longer timeout (4 min) for calibration menu
Ignore 1,2mV noise for not-connected inputs
author | heinrichsweikamp |
---|---|
date | Sat, 25 Oct 2014 15:28:18 +0200 |
parents | 683321c09cfa |
children | ebc28381f17d |
line wrap: on
line diff
--- a/src/surfmode.asm Wed Oct 22 18:09:01 2014 +0200 +++ b/src/surfmode.asm Sat Oct 25 15:28:18 2014 +0200 @@ -351,6 +351,8 @@ global timeout_surfmode timeout_surfmode: movlw timeout_surfacemode ; [s] + btfsc menu_show_sensors2 ; In the "Calibrate" menu? + movlw timeout_calibrate_menu ; [s] global timeout_testmode timeout_testmode: incf timeout_counter2,F ; increase timeout counter