mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-06-14 00:38:52 +00:00
Update tpms_packet.cpp
This commit is contained in:
parent
be691fd278
commit
35db368527
@ -123,7 +123,7 @@ Optional<Reading> Packet::reading_ook_8k4_schrader() const {
|
|||||||
return Reading {
|
return Reading {
|
||||||
Reading::Type::GMC_96,
|
Reading::Type::GMC_96,
|
||||||
(uint32_t)id,
|
(uint32_t)id,
|
||||||
Pressure { static_cast<int>(value_0) * 8 / 3 },
|
Pressure { static_cast<int>(value_0) * 11 / 4 },
|
||||||
Temperature { static_cast<int>(value_1) - 61 }
|
Temperature { static_cast<int>(value_1) - 61 }
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user