Merge branch 'min-feat/on-off-road' into full

This commit is contained in:
Rick Lan
2025-05-27 12:23:54 +08:00
4 changed files with 25 additions and 1 deletions
+1
View File
@@ -128,4 +128,5 @@ inline static std::unordered_map<std::string, uint32_t> keys = {
{"dp_device_model_list", PERSISTENT},
{"dp_lat_lca_speed", PERSISTENT},
{"dp_lat_lca_auto_sec", PERSISTENT},
{"dp_device_go_off_road", CLEAR_ON_MANAGER_START},
};