diff --git a/firmware/application/tpms_app.hpp b/firmware/application/tpms_app.hpp index 8484fb225..a79ebb1e0 100644 --- a/firmware/application/tpms_app.hpp +++ b/firmware/application/tpms_app.hpp @@ -157,8 +157,8 @@ struct TPMSRecentEntry { static const Key invalid_key; - tpms::Reading::Type type { tpms::Reading::Type::None }; - tpms::TransponderID id { 0 }; + tpms::Reading::Type type { invalid_key.first }; + tpms::TransponderID id { invalid_key.second }; size_t received_count { 0 };