mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add planner minimum gas switch duration option
Add the option for a minimum gas switch duration to the planner UI. This is not actually used yet. Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ab90375c19
commit
4dfdea1e1d
6 changed files with 41 additions and 2 deletions
1
pref.h
1
pref.h
|
@ -84,6 +84,7 @@ struct preferences {
|
|||
bool recreational_mode;
|
||||
bool safetystop;
|
||||
int reserve_gas;
|
||||
int min_switch_duration; // seconds
|
||||
int bottomsac;
|
||||
int decosac;
|
||||
int o2consumption; // ml per min
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue