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:
Miika Turkia 2014-10-30 22:15:16 +02:00 committed by Dirk Hohndel
parent fa5c713f73
commit 4a42fdaa71

1
file.c
View file

@ -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;