}
if (isBuzzerEnabled) {
static unsigned long stopBeepMillis = 0;
if (stopBeepMillis && millis() >= stopBeepMillis) {
beepStateRequested = false;
}
if (isBuzzerEnabled) {
static unsigned long stopBeepMillis = 0;
if (stopBeepMillis && millis() >= stopBeepMillis) {
beepStateRequested = false;