Mercurial > public > hwos_code
comparison src/hwos.inc @ 579:e6d5a1f02daf
Work-Around for 2.97 stable
author | heinrichsweikamp |
---|---|
date | Wed, 21 Feb 2018 13:52:45 +0100 |
parents | 2b8ef780cfa8 |
children | 1ab93aca7fa9 |
comparison
equal
deleted
inserted
replaced
578:2b8ef780cfa8 | 579:e6d5a1f02daf |
---|---|
633 opt_gas_type res 5 ; 0=Disabled, 1=First, 2=Travel, 3=Deco | 633 opt_gas_type res 5 ; 0=Disabled, 1=First, 2=Travel, 3=Deco |
634 opt_dil_type res 5 ; 0=Disabled, 1=First, 2=Normal -> ; Must be in line with opt_gas_type | 634 opt_dil_type res 5 ; 0=Disabled, 1=First, 2=Normal -> ; Must be in line with opt_gas_type |
635 opt_dive_mode res 1 ; 0=OC, 1=CC, 2=Gauge, 3=Apnea, 4=PSCR | 635 opt_dive_mode res 1 ; 0=OC, 1=CC, 2=Gauge, 3=Apnea, 4=PSCR |
636 opt_ccr_mode res 1 ; =0: Fixed SP, =1: Sensor | 636 opt_ccr_mode res 1 ; =0: Fixed SP, =1: Sensor |
637 opt_OC_bail_gas_change res 5 ; Gas change depths OC/Bailout | 637 opt_OC_bail_gas_change res 5 ; Gas change depths OC/Bailout |
638 | 638 opt_CC_dil_gas_change res 5 ; Work-Around for 2.97 stable |
639 | |
639 ;---- Managing Settings | 640 ;---- Managing Settings |
640 opt_brightness res 1 ; =0: Eco, =1:Medium, =2:Full | 641 opt_brightness res 1 ; =0: Eco, =1:Medium, =2:Full |
641 opt_salinity res 1 ; 0-5% | 642 opt_salinity res 1 ; 0-5% |
642 #DEFINE opt_name_length .60 ; Custom text string 5 rows with 12 chars | 643 #DEFINE opt_name_length .60 ; Custom text string 5 rows with 12 chars |
643 opt_name res opt_name_length | 644 opt_name res opt_name_length |