mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-07-27 04:42:05 +08:00
Fix parameter definitions for toggle options in params_keys.h
This commit is contained in:
@@ -129,10 +129,10 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
|
||||
{"UptimeOffroad", {PERSISTENT, FLOAT, "0.0"}},
|
||||
{"UptimeOnroad", {PERSISTENT, FLOAT, "0.0"}},
|
||||
{"Version", {PERSISTENT, STRING}},
|
||||
{"TorqueInterceptorEnabled", PERSISTENT, BOOL},
|
||||
{"RadarInterceptorEnabled", PERSISTENT, BOOL},
|
||||
{"NoMRCC", PERSISTENT, BOOL},
|
||||
{"NoFSC", PERSISTENT, BOOL},
|
||||
{"BlendedACC", PERSISTENT, BOOL},
|
||||
{"ManualTransmission", PERSISTENT, BOOL},
|
||||
{"TorqueInterceptorEnabled", {PERSISTENT, BOOL}},
|
||||
{"RadarInterceptorEnabled", {PERSISTENT, BOOL}},
|
||||
{"NoMRCC", {PERSISTENT, BOOL}},
|
||||
{"NoFSC", {PERSISTENT, BOOL}},
|
||||
{"BlendedACC", {PERSISTENT, BOOL}},
|
||||
{"ManualTransmission", {PERSISTENT, BOOL}},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user