Skip to content

Commit bfa5c1c

Browse files
authored
backport(tracker-x1): silence the buzzer during init (#11008)
1 parent 4127100 commit bfa5c1c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

variants/nrf52840/seeed_mesh_tracker_X1/variant.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,6 @@ void initVariant()
6868

6969
pinMode(GPS_RTC_INT, OUTPUT);
7070
digitalWrite(GPS_RTC_INT, LOW);
71+
72+
pinMode(PIN_BUZZER, INPUT_PULLDOWN);
7173
}

0 commit comments

Comments
 (0)