mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-01 14:16:48 +08:00
Params
This commit is contained in:
@@ -128,4 +128,12 @@ inline static std::unordered_map<std::string, ParamKeyAttributes> keys = {
|
||||
{"UptimeOffroad", {PERSISTENT, FLOAT, "0.0"}},
|
||||
{"UptimeOnroad", {PERSISTENT, FLOAT, "0.0"}},
|
||||
{"Version", {PERSISTENT, STRING}},
|
||||
|
||||
// MoreTorque
|
||||
{"TorqueInterceptorEnabled", PERSISTENT},
|
||||
{"RadarInterceptorEnabled", PERSISTENT},
|
||||
{"NoMRCC", PERSISTENT},
|
||||
{"NoFSC", PERSISTENT},
|
||||
{"BlendedACC", PERSISTENT},
|
||||
{"ManualTransmission", PERSISTENT},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user