aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.c b/file.c
index 9861a037c..42f8ef6c0 100644
--- a/file.c
+++ b/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;