fix(tracker-x1): silence the buzzer during init (#11007)

This commit is contained in:
Thomas Göttgens
2026-07-14 10:44:31 +02:00
committed by GitHub
co-authored by GitHub
parent eb4e24b2f6
commit fb922c2413
@@ -68,4 +68,6 @@ void initVariant()
pinMode(GPS_RTC_INT, OUTPUT);
digitalWrite(GPS_RTC_INT, LOW);
pinMode(PIN_BUZZER, INPUT_PULLDOWN);
}