diff options
author | Willem Ferguson <willemferguson@zoology.up.ac.za> | 2015-01-05 09:20:26 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-05 09:18:06 -0800 |
commit | 0de3bc84523778ad74a305a5f9e85645c90e02cf (patch) | |
tree | fcef310e491b9bb8de14c88ca756c21eaaccf25c /subsurfacestartup.c | |
parent | 27bfbee4e8c3644dedea61f67338dcb2b83ffbed (diff) | |
download | subsurface-0de3bc84523778ad74a305a5f9e85645c90e02cf.tar.gz |
Display CCR setpoint values on the po2 graph
When a CCR dive is viewed and the toolbar button for PO2 is activated,
both the PO2 (green line) and the O2 setpoint (red line) are shown.
This allows evaluation of the PO2 in the CCR loop with respect to the
pre-configured O2 setpoint.
The setpoint graph can be disabled from the Preferences/Graphs tab
by checking the appropriate checkbox.
Signed-off-by: willem ferguson <willemferguson@zoology.up.ac.za>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r-- | subsurfacestartup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 95578918c..1e3a2c1b4 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -29,6 +29,7 @@ struct preferences default_prefs = { .gfhigh = 75, .animation_speed = 500, .gf_low_at_maxdepth = false, + .show_ccr_setpoint = false, .font_size = -1, .display_invalid_dives = false, .show_sac = false, |