Mercurial > public > hwos_code
comparison src/ostc3.inc @ 35:eca4a201d8cf
change apnea timeout, do no longer store apnea dives in logbook
author | heinrichsweikamp |
---|---|
date | Sun, 04 Aug 2013 18:04:37 +0200 |
parents | 53a09c1b7410 |
children | 0e1723f2761e |
comparison
equal
deleted
inserted
replaced
34:d7e6dfd5b498 | 35:eca4a201d8cf |
---|---|
99 #DEFINE better_gas_window .3 ; [m] | 99 #DEFINE better_gas_window .3 ; [m] |
100 | 100 |
101 ; Dive mode limits and thresholds | 101 ; Dive mode limits and thresholds |
102 #DEFINE start_dive_threshold .100 ; [cm] | 102 #DEFINE start_dive_threshold .100 ; [cm] |
103 #DEFINE high_altitude_dive_threshold .300;[cm] | 103 #DEFINE high_altitude_dive_threshold .300;[cm] |
104 #DEFINE apnoe_timeout .30 ; [min] | 104 #DEFINE apnoe_timeout .15 ; [min] |
105 #DEFINE divemode_menuview_timeout .10 ; [s] | 105 #DEFINE divemode_menuview_timeout .10 ; [s] |
106 #DEFINE divemode_timeout .300 ; [s] | 106 #DEFINE divemode_timeout .300 ; [s] |
107 #DEFINE divemode_menu_timeout .30 ; [s] | 107 #DEFINE divemode_menu_timeout .30 ; [s] |
108 #DEFINE ppo2_warning_low .19 ; [cbar] (Default value) | 108 #DEFINE ppo2_warning_low .19 ; [cbar] (Default value) |
109 #DEFINE ppo2_lowest_setting .16 ; [cbar] (Minimum value) | 109 #DEFINE ppo2_lowest_setting .16 ; [cbar] (Minimum value) |