Fix the tank pressure reporting
A small typo introduced with the Tusa Talis support in commit b188c414206daaa5b6de464ced98d78f6da7cde1 accidentally disabled the tank pressure reporting for all models.
This commit is contained in:
parent
e80e320b8b
commit
c70046bccf
@ -714,7 +714,7 @@ oceanic_atom2_parser_samples_foreach (dc_parser_t *abstract, dc_sample_callback_
|
||||
parser->model == GEO || parser->model == GEO20 ||
|
||||
parser->model == MANTA || parser->model == I300 ||
|
||||
parser->model == I200 || parser->model == I100 ||
|
||||
parser->model == I300C || TALIS) {
|
||||
parser->model == I300C || parser->model == TALIS) {
|
||||
have_pressure = 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user