On/Off Road - init

This commit is contained in:
Rick Lan
2025-04-08 18:10:55 +08:00
parent c85f3eab3f
commit 4534c16197
4 changed files with 25 additions and 1 deletions
+1
View File
@@ -122,4 +122,5 @@ inline static std::unordered_map<std::string, uint32_t> keys = {
{"Version", PERSISTENT},
{"dp_device_last_log", CLEAR_ON_ONROAD_TRANSITION},
{"dp_device_reset_conf", CLEAR_ON_MANAGER_START},
{"dp_device_go_off_road", CLEAR_ON_MANAGER_START},
};