mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
configure-dc: Add support for ostc3 Auto SP mode
Way back in time, in HwOS 1.86 a CCR mode was added which automatically switched between setpoints based on depth. This entry was never added in our system to configure the dc, and caused the issue seen in #3304 This adds the Auto SP mode, to the dropdown, thus fixing #3304. Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
f1c1e0ccee
commit
bc2de35242
1 changed files with 5 additions and 0 deletions
|
@ -2413,6 +2413,11 @@
|
|||
<string>Sensor</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Auto SP</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="2">
|
||||
|
|
Loading…
Reference in a new issue