We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93e584f + 4b9eac8 commit e0483c0Copy full SHA for e0483c0
src/helpers/ui/buzzer.cpp
@@ -11,6 +11,7 @@ void genericBuzzer::begin() {
11
12
quiet(false);
13
pinMode(PIN_BUZZER, OUTPUT);
14
+ digitalWrite(PIN_BUZZER, LOW); // need to pull low by default to avoid extreme power draw
15
startup();
16
}
17
0 commit comments