comparison src/hwos.inc @ 616:935e20e16dff

work on new battery menu
author heinrichsweikamp
date Sat, 02 Feb 2019 19:22:16 +0100
parents b87f23fae743
children 08b28118c46b
comparison
equal deleted inserted replaced
615:b87f23fae743 616:935e20e16dff
33 #DEFINE en 1 ; English 33 #DEFINE en 1 ; English
34 #DEFINE de 2 ; German 34 #DEFINE de 2 ; German
35 #DEFINE fr 3 ; French 35 #DEFINE fr 3 ; French
36 #DEFINE it 4 ; Italian 36 #DEFINE it 4 ; Italian
37 37
38 #DEFINE _language_1 en ; first or single language - must be set to en, de, fr, or it, defaults to en 38 #DEFINE _language_1 de ; first or single language - must be set to en, de, fr, or it, defaults to en
39 #DEFINE _language_2 none ; second language or none 39 #DEFINE _language_2 none ; second language or none
40 40
41 41
42 ; Firmware Version 42 ; Firmware Version
43 #DEFINE softwareversion_x .3 ; Software Version, major (1 - 9) 43 #DEFINE softwareversion_x .3 ; Software Version, major (1 - 9)
197 #DEFINE color_code_velocity_warn_high .11 ; [m/min] 197 #DEFINE color_code_velocity_warn_high .11 ; [m/min]
198 #DEFINE color_code_velocity_attn_high .10 ; [m/min] 198 #DEFINE color_code_velocity_attn_high .10 ; [m/min]
199 #DEFINE velocity_display_threshold_1 .3 ; [m/min] 199 #DEFINE velocity_display_threshold_1 .3 ; [m/min]
200 200
201 ; Battery Thresholds 201 ; Battery Thresholds
202 #DEFINE max_allowed_battery_temp .500 ; Max temperature before charging is disabled in 0.1°C 202 #DEFINE max_allowed_battery_temp .323 ; Max temperature before charging is disabled in 0.1K
203 203
204 #DEFINE lithium_36v_empty .2400 ; [mV] Saft 3.6 V LS14500 AA - threshold for battery percent display 204 #DEFINE lithium_36v_empty .2400 ; [mV] Saft 3.6 V LS14500 AA - threshold for battery percent display
205 #DEFINE lithium_36v_low .2000 ; [mV] (must be bigger than aa_15v_high!) 205 #DEFINE lithium_36v_low .2000 ; [mV] (must be bigger than aa_15v_high!)
206 #DEFINE aa_15v_high .1550 ; [mV] Energizer 1.5 V E2 AA 206 #DEFINE aa_15v_high .1550 ; [mV] Energizer 1.5 V E2 AA
207 #DEFINE aa_15v_low .1100 ; [mV] according to Energizer data sheet EBC-4201R, page 2 207 #DEFINE aa_15v_low .1100 ; [mV] according to Energizer data sheet EBC-4201R, page 2