fix(tracker-x1): silence the buzzer during init (#11007)
This commit is contained in:
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user