Fix the Sherwood Insight temperature
This commit is contained in:
parent
50c4f18cf6
commit
fa53d1351b
@ -249,7 +249,8 @@ oceanic_veo250_parser_samples_foreach (dc_parser_t *abstract, dc_sample_callback
|
||||
|
||||
// Temperature (°F)
|
||||
unsigned int temperature;
|
||||
if (parser->model == REACTPRO || parser->model == REACTPROWHITE) {
|
||||
if (parser->model == REACTPRO || parser->model == REACTPROWHITE ||
|
||||
parser->model == INSIGHT) {
|
||||
temperature = data[offset + 6];
|
||||
} else {
|
||||
temperature = data[offset + 7];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user