Mercurial > public > hwos_code
comparison src/hwos.inc @ 398:1f2e35f5a5aa
BUGFIX: Make sure SP1 is always selected on start in Auto-SP mode
CHANGE: Show velocity from 5m/min or more (Ascend or descent)
Work on new speed graph
author | heinrichsweikamp |
---|---|
date | Mon, 23 Nov 2015 16:13:25 +0100 |
parents | 56f3c7026762 |
children | db25f2028074 |
comparison
equal
deleted
inserted
replaced
397:56f3c7026762 | 398:1f2e35f5a5aa |
---|---|
153 #DEFINE color_code_gf_warn_high .101 ; [%] | 153 #DEFINE color_code_gf_warn_high .101 ; [%] |
154 #DEFINE color_code_velocity_warn_high .10 ;[m/min] | 154 #DEFINE color_code_velocity_warn_high .10 ;[m/min] |
155 #DEFINE color_code_velocity_attn_high .8 ;[m/min] | 155 #DEFINE color_code_velocity_attn_high .8 ;[m/min] |
156 | 156 |
157 ; Velocity threshold | 157 ; Velocity threshold |
158 #DEFINE velocity_display_threshold_1 .7 ; [m/min] | 158 #DEFINE velocity_display_threshold_1 .5 ; [m/min] |
159 #DEFINE velocity_display_threshold_2 .5 ; [m/min] | |
160 | 159 |
161 ; Battery thresholds | 160 ; Battery thresholds |
162 #DEFINE lithium_36v_empty .2400 ; [mV] Saft 3,6V LS14500 AA - threshold for battery percent display | 161 #DEFINE lithium_36v_empty .2400 ; [mV] Saft 3,6V LS14500 AA - threshold for battery percent display |
163 #DEFINE lithium_36v_low .2000 ; [mV] (Must be bigger then aa_15v_high!) | 162 #DEFINE lithium_36v_low .2000 ; [mV] (Must be bigger then aa_15v_high!) |
164 #DEFINE aa_15v_high .1550 ; [mV] Energizer 1,5V E2 AA | 163 #DEFINE aa_15v_high .1550 ; [mV] Energizer 1,5V E2 AA |