Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes: https://todo.sr.ht/~tsegers/opendeco/8
|
|
|
|
Implements: https://todo.sr.ht/~tsegers/opendeco/7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously LAST_STOP_AT_SIX just skipped the last stop, which is correct
for 3m stop increments, but not for any other ones. The implementation
has now been brought in line with its name.
|
|
|
|
|
|
Filling in a non-number argument for surface pressure sets the value to 0. This value is now rejected.
|
|
|
|
Also make an exception for when the last stop is at 6m. In that case,
do not tether the GF to 6m, but instead treat 6m as if it was 3m.
Fixes ~tsegers/opendeco#6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- SURFACE_PRESSURE*
- SWITCH_INTERMEDIATE*
- P_WV
- PO2_MAX
- END_MAX
- ALGO_VER
* can now also be set from the CLI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|