Fired the babysitter

Added toggles to dsiable the "System Overheated" alert and all logging.
This commit is contained in:
FrogAi
2024-03-15 18:53:21 -07:00
parent af04cd6c65
commit 57cb96cade
9 changed files with 81 additions and 11 deletions

View File

@@ -259,6 +259,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"ExperimentalModeViaDistance", PERSISTENT},
{"ExperimentalModeViaLKAS", PERSISTENT},
{"ExperimentalModeViaScreen", PERSISTENT},
{"FireTheBabysitter", PERSISTENT},
{"FrogPilotTogglesUpdated", PERSISTENT},
{"FrogsGoMoo", PERSISTENT},
{"GoatScream", PERSISTENT},
@@ -268,6 +269,9 @@ std::unordered_map<std::string, uint32_t> keys = {
{"LongitudinalTune", PERSISTENT},
{"ManualUpdateInitiated", CLEAR_ON_MANAGER_START},
{"ModelUI", PERSISTENT},
{"MuteOverheated", PERSISTENT},
{"NoLogging", PERSISTENT},
{"NoUploads", PERSISTENT},
{"PathEdgeWidth", PERSISTENT},
{"PathWidth", PERSISTENT},
{"PromptVolume", PERSISTENT},