From 5db706d291e8916cd9ba63a3b26b24d4471c608d Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Wed, 2 Jul 2014 22:07:38 +0200 Subject: Planner: Add backgas breaks If the corresponding checkbox is checked the planner does interrupt pure O2 deco after 12min for 6min on cylinder 0. To make this work for air I removed the gasmix_is_null logic. I guess that makes the planner feature complete for the next release. [Dirk Hohndel: trivial merge into latest master] Signed-off-by: Robert C. Helling Signed-off-by: Dirk Hohndel --- subsurfacestartup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'subsurfacestartup.c') diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 8d8d848f2..a451c2ba3 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -39,7 +39,8 @@ struct preferences default_prefs = { .ascratelast6m = 1000 / 60, .descrate = 18000 / 60, .bottompo2 = 1400, - .decopo2 = 1600 + .decopo2 = 1600, + .doo2breaks = false }; int run_survey; -- cgit v1.2.3-70-g09d2