Fired the babysitter
Added toggles to disable driver monitoring, the "Door Open", "Seatbelt Unlatched", and "System Overheated" alerts and all logging.
This commit is contained in:
@@ -247,6 +247,7 @@ std::unordered_map<std::string, uint32_t> keys = {
|
||||
{"DisableOnroadUploads", PERSISTENT},
|
||||
{"DriverCamera", PERSISTENT},
|
||||
{"ExperimentalModeViaPress", PERSISTENT},
|
||||
{"FireTheBabysitter", PERSISTENT},
|
||||
{"FrogPilotTogglesUpdated", PERSISTENT},
|
||||
{"GasRegenCmd", PERSISTENT},
|
||||
{"GoatScream", PERSISTENT},
|
||||
@@ -255,6 +256,11 @@ std::unordered_map<std::string, uint32_t> keys = {
|
||||
{"LeadInfo", PERSISTENT},
|
||||
{"LongitudinalTune", PERSISTENT},
|
||||
{"ModelUI", PERSISTENT},
|
||||
{"MuteDM", PERSISTENT},
|
||||
{"MuteDoor", PERSISTENT},
|
||||
{"MuteOverheated", PERSISTENT},
|
||||
{"MuteSeatbelt", PERSISTENT},
|
||||
{"NoLogging", PERSISTENT},
|
||||
{"OfflineMode", PERSISTENT},
|
||||
{"PathEdgeWidth", PERSISTENT},
|
||||
{"PathWidth", PERSISTENT},
|
||||
|
||||
Reference in New Issue
Block a user