fix 150mA power draw on ThinkNode M1

Este cometimento está contido em:
liamcottle
2025-06-06 21:55:03 +12:00
ascendente 93e584f758
cometimento 4b9eac81c6
+1
Ver ficheiro
@@ -11,6 +11,7 @@ void genericBuzzer::begin() {
quiet(false); quiet(false);
pinMode(PIN_BUZZER, OUTPUT); pinMode(PIN_BUZZER, OUTPUT);
digitalWrite(PIN_BUZZER, LOW); // need to pull low by default to avoid extreme power draw
startup(); startup();
} }