Mercurial > public > hwos_code
changeset 329:7ac341bd5d38
change button sensitivity range and default
author | heinrichsweikamp |
---|---|
date | Sun, 21 Jun 2015 12:12:12 +0200 |
parents | 0e9dcdcf03c1 |
children | 0532cac03ccd 8b9b03b70b14 |
files | src/option_table.asm |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/option_table.asm Sat Jun 13 02:28:37 2015 +0200 +++ b/src/option_table.asm Sun Jun 21 12:12:12 2015 +0200 @@ -195,8 +195,8 @@ OPTION_UINT8 oCalGasO2, .21,.100, .21, tPercent, .149, opt_calibration_O2_ratio ; Calibration gas %O2 OPTION_BOOL oSensorFallback,1, .150, opt_sensor_fallback ; =1: Fallback to SP1 when sensor is lost OPTION_BOOL oFlipScreen, 0, .151, opt_flip_screen ; =1: Flip the screen - OPTION_UINT8p10 ocR_button_left,.20, .100, .40, tPercent, .152, opt_cR_button_left ; left button sensitivity - OPTION_UINT8p10 ocR_button_right,.20, .100, .40, tPercent, .153, opt_cR_button_right ; right button sensitivity + OPTION_UINT8p10 ocR_button_left, .20, .60, .30, tPercent, .152, opt_cR_button_left ; left button sensitivity + OPTION_UINT8p10 ocR_button_right,.20, .60, .30, tPercent, .153, opt_cR_button_right ; right button sensitivity OPTION_UINT8 obottom_usage, .5,.50, .20,tLitersMinute, .154, char_I_bottom_usage ; l/min OPTION_UINT8 odeco_usage, .5,.50, .20,tLitersMinute, .155, char_I_deco_usage ; l/min OPTION_BOOL oMODwarning, 0, .156, opt_modwarning ; =1: red depth blinking warning