mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 21:47:40 +00:00
Update tpms_packet.cpp
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user