mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-31 10:39:57 -04:00
Update tpms_packet.cpp
This commit is contained in:
parent
be691fd278
commit
35db368527
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue