Mercurial > public > hwos_code
comparison src/hwos.inc @ 328:bd7f4c1bdb33 new_screen_layout
Fix: missing attention coloring for standard (static) ascend rate limit
author | janos_kovacs <kovjanos@gmail.com> |
---|---|
date | Sun, 14 Jun 2015 11:06:20 +0200 |
parents | d21b172d5a7a |
children | 14b466f66a7f |
comparison
equal
deleted
inserted
replaced
327:ca5df826437a | 328:bd7f4c1bdb33 |
---|---|
150 | 150 |
151 ; Color-code parameters for the divemode | 151 ; Color-code parameters for the divemode |
152 #DEFINE color_code_cns_high .100 ; [%] | 152 #DEFINE color_code_cns_high .100 ; [%] |
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 | 156 |
156 ; Velocity threshold | 157 ; Velocity threshold |
157 #DEFINE velocity_display_threshold_1 .7 ; [m/min] | 158 #DEFINE velocity_display_threshold_1 .7 ; [m/min] |
158 #DEFINE velocity_display_threshold_2 .5 ; [m/min] | 159 #DEFINE velocity_display_threshold_2 .5 ; [m/min] |
159 | 160 |