mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Set the number of O2 sensors for Poseidon MK6
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fa5c713f73
commit
4a42fdaa71
1 changed files with 1 additions and 0 deletions
1
file.c
1
file.c
|
@ -471,6 +471,7 @@ int parse_txt_file(const char *filename, const char *csv)
|
|||
dive->dc.model = strdup("Poseidon MkVI Discovery");
|
||||
dive->dc.deviceid = atoi(parse_mkvi_value(memtxt.buffer, "Rig Serial number"));
|
||||
dive->dc.dctype = CCR;
|
||||
dive->dc.no_o2sensors = 2;
|
||||
|
||||
dive->cylinder[cur_cylinder_index].type.size.mliter = 3000;
|
||||
dive->cylinder[cur_cylinder_index].type.workingpressure.mbar = 200000;
|
||||
|
|
Loading…
Add table
Reference in a new issue