Adaptive Coasting Mode (ACM) - 2025/05/20

This commit is contained in:
Rick Lan
2025-05-12 14:05:46 +08:00
parent c7b91221ff
commit 6871bfdb99
6 changed files with 132 additions and 0 deletions
+2
View File
@@ -119,4 +119,6 @@ inline static std::unordered_map<std::string, uint32_t> keys = {
{"Version", PERSISTENT},
{"dp_device_last_log", CLEAR_ON_MANAGER_START},
{"dp_device_reset_conf", CLEAR_ON_MANAGER_START},
{"dp_lon_acm", PERSISTENT},
{"dp_lon_acm_downhill", PERSISTENT},
};