We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4127100 commit bfa5c1cCopy full SHA for bfa5c1c
1 file changed
variants/nrf52840/seeed_mesh_tracker_X1/variant.cpp
@@ -68,4 +68,6 @@ void initVariant()
68
69
pinMode(GPS_RTC_INT, OUTPUT);
70
digitalWrite(GPS_RTC_INT, LOW);
71
+
72
+ pinMode(PIN_BUZZER, INPUT_PULLDOWN);
73
}
0 commit comments