From 72640eecc20e9babed3661335e2ea71dd10ee618 Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Fri, 23 Dec 2022 20:01:46 +0100 Subject: Add support for toml-based config file --- opendeco.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 opendeco.toml (limited to 'opendeco.toml') diff --git a/opendeco.toml b/opendeco.toml new file mode 100644 index 0000000..4884ee5 --- /dev/null +++ b/opendeco.toml @@ -0,0 +1,15 @@ +[dive] +gas = "Air" # Bottom gas used during the dive +surface_pressure = 1.01325 # Surface air pressure [bar] +rmv = 20 # RMV during the dive portion of the dive [l/min] + +[deco] +gflow = 30 # Gradient factor at the first stop +gfhigh = 75 # Gradient factor at the surface +decogasses = "EAN50,Oxygen" # Gasses available for deco +last_stop_at_six = false # Perform last deco stop at 6m +switch_intermediate = true # Switch gas at MOD instead of at deco stop +rmv = 15 # Set the RMV during the deco portion of the dive [l/min] + +[conf] +show_travel = false # Show travel segments in deco plan -- cgit v1.2.3-70-g09d2