Force fingerprint function

Added function to automatically detect the vehicle's fingerprint if it exists, or an option to force the vehicle's fingerprint if it doesn't.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent 1f2998a879
commit bdf5f87f6a
4 changed files with 148 additions and 6 deletions
+3
View File
@@ -222,6 +222,8 @@ std::unordered_map<std::string, uint32_t> keys = {
{"ApiCache_DriveStats", PERSISTENT},
{"BlindSpotPath", PERSISTENT},
{"CameraView", PERSISTENT},
{"CarMake", PERSISTENT},
{"CarModel", PERSISTENT},
{"CECurves", PERSISTENT},
{"CECurvesLead", PERSISTENT},
{"CENavigation", PERSISTENT},
@@ -259,6 +261,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"ExperimentalModeViaScreen", PERSISTENT},
{"FireTheBabysitter", PERSISTENT},
{"ForceAutoTune", PERSISTENT},
{"ForceFingerprint", PERSISTENT},
{"FrogPilotTogglesUpdated", PERSISTENT},
{"GoatScream", PERSISTENT},
{"LaneLinesWidth", PERSISTENT},