Corrected missing Beep() in "-1"
This commit is contained in:
@@ -201,9 +201,7 @@ void loop()
|
||||
if (value == Key_Minus_1) {
|
||||
Display("-1", 7);
|
||||
sendDatagram(ST_Minus_1);
|
||||
sendDatagram(ST_BeepOn);
|
||||
delay(150);
|
||||
sendDatagram(ST_BeepOff);
|
||||
Beep();
|
||||
}
|
||||
|
||||
if (value == Key_Plus_1) {
|
||||
|
||||
Reference in New Issue
Block a user