TRAFFIC command is 0b001

This commit is contained in:
giuliof 2019-02-22 16:28:26 +01:00
parent 171da65486
commit 97f2e7c607
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ void loop()
}
}
// Parsing of TRAFFIC command
else if (ReceivedCommand.t.cmd == 0b111)
else if (ReceivedCommand.t.cmd == 0b001)
{
// Set buzzer depending on mute switch
if (cfg.BuzzerStatus == BUZZER_ON)