Offline Mode

Added button and toggle to allow the device to be offline indefinitely.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent 232c2bd713
commit 55313e6206
7 changed files with 21 additions and 2 deletions

View File

@@ -316,6 +316,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"NoUploads", PERSISTENT},
{"NudgelessLaneChange", PERSISTENT},
{"NumericalTemp", PERSISTENT},
{"OfflineMode", PERSISTENT},
{"OneLaneChange", PERSISTENT},
{"PathEdgeWidth", PERSISTENT},
{"PathWidth", PERSISTENT},