Disable uploading while onroad

Added toggle to disable uploading to connect.comma.ai while driving and without a WiFi connection to prevent large amounts of data usage.
This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent 88616834b6
commit d6ca3b7c86
5 changed files with 7 additions and 3 deletions
+1
View File
@@ -245,6 +245,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"CydiaTune", PERSISTENT},
{"DecelerationProfile", PERSISTENT},
{"DeviceShutdown", PERSISTENT},
{"DisableOnroadUploads", PERSISTENT},
{"DisengageVolume", PERSISTENT},
{"DriveStats", PERSISTENT},
{"DynamicPathWidth", PERSISTENT},