calibrationd: add offroad alert when remount detected (#28073)

* calibrationd: add offroad alert for recalibration

* Update common/params.cc
This commit is contained in:
Adeeb Shihadeh
2023-05-15 13:10:36 -07:00
committed by GitHub
parent 8ca3be9788
commit c192c92a4e
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -202,6 +202,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"Offroad_TemperatureTooHigh", CLEAR_ON_MANAGER_START},
{"Offroad_UnofficialHardware", CLEAR_ON_MANAGER_START},
{"Offroad_UpdateFailed", CLEAR_ON_MANAGER_START},
{"Offroad_Recalibration", CLEAR_ON_MANAGER_START | CLEAR_ON_ONROAD_TRANSITION},
};
} // namespace