Silent Mode

Added toggle to mute all sounds while driving for a completely quiet openpilot driving experience.
This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent ee56bdef0a
commit fa98b0505f
4 changed files with 4 additions and 1 deletions

View File

@@ -314,6 +314,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"ShowMemoryUsage", PERSISTENT},
{"ShowStorageLeft", PERSISTENT},
{"ShowStorageUsed", PERSISTENT},
{"SilentMode", PERSISTENT},
{"StandardFollow", PERSISTENT},
{"StandardJerk", PERSISTENT},
{"StoppingDistance", PERSISTENT},