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-02-27 16:34:47 -07:00
parent 3794b4f06b
commit c5b7bd3e08
4 changed files with 14 additions and 2 deletions

View File

@@ -244,6 +244,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"CustomTheme", PERSISTENT},
{"CydiaTune", PERSISTENT},
{"DecelerationProfile", PERSISTENT},
{"DeviceShutdown", PERSISTENT},
{"DisengageVolume", PERSISTENT},
{"DriveStats", PERSISTENT},
{"DynamicPathWidth", PERSISTENT},