Update tpms_packet.cpp

This commit is contained in:
Mark Thompson 2023-04-03 16:40:07 -05:00 committed by GitHub
parent be691fd278
commit 35db368527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {