comparison src/hwos.inc @ 562:8b7ea27ea1fa

seperate desat and sat multipliers for GF and Non-GF modes. Set to 100/100 as default in GF mode
author heinrichsweikamp
date Sat, 03 Feb 2018 15:17:01 +0100
parents 9c54849b8d3b
children 0ba88db66492
comparison
equal deleted inserted replaced
561:9c54849b8d3b 562:8b7ea27ea1fa
675 opt_diveTimeout res 1 ; Timeout for Divemode [min] 675 opt_diveTimeout res 1 ; Timeout for Divemode [min]
676 opt_sim_setpoint_number res 1 ; NEW setpoint to use for deco calculation 676 opt_sim_setpoint_number res 1 ; NEW setpoint to use for deco calculation
677 opt_calc_asc_gasvolume res 1 ; NEW calculate OC gas volume needs for ascent 677 opt_calc_asc_gasvolume res 1 ; NEW calculate OC gas volume needs for ascent
678 opt_sim_use_aGF res 1 ; NEW use GF (no) or aGF (yes) for deco calculation 678 opt_sim_use_aGF res 1 ; NEW use GF (no) or aGF (yes) for deco calculation
679 opt_enable_IBCD res 1 ; NEW enable IBCD warning 679 opt_enable_IBCD res 1 ; NEW enable IBCD warning
680 opt_sat_multiplier_gf res 1 ; Bühlmann safety factor for GF deco
681 opt_desat_multiplier_gf res 1 ; Bühlmann safety factor for GF deco
682 opt_sat_multiplier_non_gf res 1 ; Bühlmann safety factor for NON-GF deco
683 opt_desat_multiplier_non_gf res 1 ; Bühlmann safety factor for NON-GF deco
680 684
681 ;-----------------------------EEPROM DATA ------------------------------------ 685 ;-----------------------------EEPROM DATA ------------------------------------
682 ; Automatic reset of all options when this is changed: 686 ; Automatic reset of all options when this is changed:
683 #define eeprom_opt_serial 0x0006 ; Version 0.6 687 #define eeprom_opt_serial 0x0006 ; Version 0.6
684 688