Merge pull request #72 from formtapez/bootUpBeep

fixed bootUpBeep
This commit is contained in:
Ricardo Guzman (Richonguzman) 2024-03-09 12:03:30 -03:00 committed by GitHub
commit df803ed70a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ void setup() {
if (Config.notification.buzzerActive) {
pinMode(Config.notification.buzzerPinTone, OUTPUT);
pinMode(Config.notification.buzzerPinVcc, OUTPUT);
NOTIFICATION_Utils::start();
if (Config.notification.bootUpBeep) NOTIFICATION_Utils::start();
}
if (Config.notification.ledTx) {
pinMode(Config.notification.ledTxPin, OUTPUT);