Device shut down timer

Added toggle to shut down the device after being offroad for a specified amount of time.
This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent 3af959128d
commit e3bfe75ca2
6 changed files with 46 additions and 3 deletions

View File

@@ -243,6 +243,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"CustomSignals", PERSISTENT},
{"CustomSounds", PERSISTENT},
{"CustomTheme", PERSISTENT},
{"DeviceShutdown", PERSISTENT},
{"FrogPilotTogglesUpdated", PERSISTENT},
{"GasRegenCmd", PERSISTENT},
{"GoatScream", PERSISTENT},