mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-05-15 10:15:36 +00:00
don't play startup tune if buzzer pref disabled
This commit is contained in:
@@ -12,7 +12,6 @@ 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();
|
||||
}
|
||||
|
||||
void genericBuzzer::play(const char *melody) {
|
||||
|
||||
Reference in New Issue
Block a user