TRAFFIC command is 0b001

This commit is contained in:
giuliof 2019-02-22 21:14:45 +01:00
parent 2263eb5c09
commit ce3030010e
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,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)