fixed bootUpBeep
This commit is contained in:
parent
3a51675b6f
commit
b3cf8d9ac3
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue