Mercurial > public > hwos_code
comparison src/hwos.inc @ 580:1ab93aca7fa9
2.97 work...
author | heinrichsweikamp |
---|---|
date | Wed, 21 Feb 2018 19:30:28 +0100 |
parents | e6d5a1f02daf |
children | b455b31ce022 |
comparison
equal
deleted
inserted
replaced
579:e6d5a1f02daf | 580:1ab93aca7fa9 |
---|---|
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 opt_CC_dil_gas_change res 5 ; Work-Around for 2.97 stable | 638 char_I_dil_change res 5 ; Work-Around for 2.97 stable |
639 | 639 |
640 ;---- Managing Settings | 640 ;---- Managing Settings |
641 opt_brightness res 1 ; =0: Eco, =1:Medium, =2:Full | 641 opt_brightness res 1 ; =0: Eco, =1:Medium, =2:Full |
642 opt_salinity res 1 ; 0-5% | 642 opt_salinity res 1 ; 0-5% |
643 #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 |