fixed bootUpBeep

This commit is contained in:
formtapez 2024-03-09 15:57:48 +01:00
parent 3a51675b6f
commit b3cf8d9ac3
No known key found for this signature in database
GPG Key ID: AC38E261162AADF7
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);