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.
1 parent 93e584f commit 4b9eac8Copy full SHA for 4b9eac8
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