mirror of https://github.com/commaai/panda.git
Lower siren duration to 3s (#2080)
This commit is contained in:
parent
a67f3650c8
commit
742d961b07
|
@ -241,7 +241,7 @@ static void tick_handler(void) {
|
|||
print(" seconds. Safety is set to SILENT mode.\n");
|
||||
|
||||
if (controls_allowed_countdown > 0U) {
|
||||
siren_countdown = 5U;
|
||||
siren_countdown = 3U;
|
||||
controls_allowed_countdown = 0U;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue