You've already forked TEF6686_ESP32
Add beep when edge beeper is active and manual logentry is made
This commit is contained in:
@@ -2803,6 +2803,7 @@ void ButtonPress() {
|
||||
case 2: ShowFreq(4); break;
|
||||
}
|
||||
delay(200);
|
||||
if (edgebeep) EdgeBeeper();
|
||||
while (digitalRead(ROTARY_BUTTON) == LOW) delay(50);
|
||||
ShowFreq(0);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user