Whoops
This commit is contained in:
parent
1c598356ad
commit
3549fff6d6
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ int hexagram_cluster_update(hexagram_cluster *cluster,
|
||||||
}
|
}
|
||||||
|
|
||||||
case 0x288: {
|
case 0x288: {
|
||||||
cluster->state.temp = 0.75 * (double)(frame->data[4] - 48);
|
cluster->state.temp = 0.75 * (double)(frame->data[1] - 48);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue