mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-08-22 01:39:43 +00:00
Merge branch 'dev'
# Conflicts: # docs/payloads.md
This commit is contained in:
@@ -30,6 +30,8 @@ void initVariant() {
|
||||
digitalWrite(PIN_GPS_STANDBY, HIGH);
|
||||
pinMode(PIN_GPS_EN, OUTPUT);
|
||||
digitalWrite(PIN_GPS_EN, HIGH);
|
||||
pinMode(PIN_GPS_RESET, OUTPUT);
|
||||
digitalWrite(PIN_GPS_RESET, HIGH);
|
||||
// PIN_GPS_RESET (pin 29 / REINIT) is intentionally left floating (input).
|
||||
// Driving it HIGH holds the L76K silent, so it never streams NMEA and the
|
||||
// firmware reports "no GPS". Letting it float lets the module run, matching
|
||||
// the Meshtastic M6 variant. See GPS_RESET (-1) in variant.h.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user