Corrected missing Beep() in "-1"

This commit is contained in:
AK-Homberger
2019-09-25 13:39:35 +02:00
committed by GitHub
parent b2591c3380
commit c97198a8a3

View File

@@ -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) {