Mercurial > public > hwos_code
comparison src/hwos.inc @ 337:508d7fb98b34
cleanup menu, add "Auto SP" option (Not working yet), minor layout change in compass menu
author | heinrichsweikamp |
---|---|
date | Sun, 28 Jun 2015 13:58:00 +0200 |
parents | 3d43da7acfe1 |
children | 2811932b4e99 |
comparison
equal
deleted
inserted
replaced
336:1318c6cad41b | 337:508d7fb98b34 |
---|---|
573 opt_cR_button_left res 1 ; Left button sensitivity (cR hardware) | 573 opt_cR_button_left res 1 ; Left button sensitivity (cR hardware) |
574 opt_cR_button_right res 1 ; Right button sensitivity (cR hardware) | 574 opt_cR_button_right res 1 ; Right button sensitivity (cR hardware) |
575 opt_modwarning res 1 ; =1:do a red blinking warning, =0:default behaviour | 575 opt_modwarning res 1 ; =1:do a red blinking warning, =0:default behaviour |
576 opt_vsitextv2 res 1 ; =1:use the depth dependent ascend rate limits | 576 opt_vsitextv2 res 1 ; =1:use the depth dependent ascend rate limits |
577 opt_vsigraph res 1 ; =1:draw the graphical VSI bar | 577 opt_vsigraph res 1 ; =1:draw the graphical VSI bar |
578 opt_extceiling res 1 ; =1:print ppO2 and currentGF on the Ceiling Custom View | |
579 opt_showppo2 res 1 ; =1:always show the ppO2 value in the warning position | 578 opt_showppo2 res 1 ; =1:always show the ppO2 value in the warning position |
580 | 579 |
581 ;-----------------------------EEPROM DATA ------------------------------------ | 580 ;-----------------------------EEPROM DATA ------------------------------------ |
582 ; Automatic reset of all options when this is changed: | 581 ; Automatic reset of all options when this is changed: |
583 #define eeprom_opt_serial 0x0005 ; Version 0.5 | 582 #define eeprom_opt_serial 0x0005 ; Version 0.5 |