diff options
author | Tim Segers <tsegers@pm.me> | 2022-12-23 20:01:46 +0100 |
---|---|---|
committer | Tim Segers <tsegers@pm.me> | 2023-01-02 15:06:03 +0100 |
commit | 72640eecc20e9babed3661335e2ea71dd10ee618 (patch) | |
tree | 52abbb575b18aeaef4a08728aaaae439aca76b19 /opendeco.toml | |
parent | c0f2ea4176b967ba902bb5e0e5c4ee3f28530beb (diff) | |
download | opendeco-72640eecc20e9babed3661335e2ea71dd10ee618.tar.gz |
Add support for toml-based config file
Diffstat (limited to 'opendeco.toml')
-rw-r--r-- | opendeco.toml | 15 |
1 files changed, 15 insertions, 0 deletions
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 |