Fix the temperature for the Tusa Zen.
This commit is contained in:
parent
95aa477129
commit
7341403f73
@ -689,7 +689,8 @@ oceanic_atom2_parser_samples_foreach (dc_parser_t *abstract, dc_sample_callback_
|
|||||||
// Temperature (°F)
|
// Temperature (°F)
|
||||||
if (have_temperature) {
|
if (have_temperature) {
|
||||||
if (parser->model == GEO || parser->model == ATOM1 ||
|
if (parser->model == GEO || parser->model == ATOM1 ||
|
||||||
parser->model == ELEMENT2 || parser->model == MANTA) {
|
parser->model == ELEMENT2 || parser->model == MANTA ||
|
||||||
|
parser->model == ZEN) {
|
||||||
temperature = data[offset + 6];
|
temperature = data[offset + 6];
|
||||||
} else if (parser->model == GEO20 || parser->model == VEO20 ||
|
} else if (parser->model == GEO20 || parser->model == VEO20 ||
|
||||||
parser->model == VEO30 || parser->model == OC1A ||
|
parser->model == VEO30 || parser->model == OC1A ||
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user