mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04: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 {
|
||||
Reading::Type::GMC_96,
|
||||
(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 }
|
||||
};
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user