mirror of
https://github.com/pelgraine/Meck.git
synced 2026-05-05 21:12:41 +02:00
Merge pull request #376 from liamcottle/fix/buzzer-power-draw
Fix Buzzer Power Draw
This commit is contained in:
@@ -11,6 +11,7 @@ void genericBuzzer::begin() {
|
||||
|
||||
quiet(false);
|
||||
pinMode(PIN_BUZZER, OUTPUT);
|
||||
digitalWrite(PIN_BUZZER, LOW); // need to pull low by default to avoid extreme power draw
|
||||
startup();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user