Fixed GPS for M3 and disabled log

This commit is contained in:
Kevin Le
2026-07-31 20:59:17 +07:00
parent e90b5dc87d
commit 4008b68f75
3 changed files with 10 additions and 3 deletions
+4 -1
View File
@@ -87,7 +87,10 @@ void initVariant()
pinMode(PIN_GPS_POWER, OUTPUT);
pinMode(PIN_GPS_EN, OUTPUT);
pinMode(PIN_GPS_RESET, OUTPUT);
// PIN_GPS_RESET (pin 25 / 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.
// See GPS_RESET (-1) in variant.h.
// Power on gps but in standby
digitalWrite(PIN_GPS_EN, LOW);