This commit is contained in:
richonguzman
2025-04-24 18:01:00 -04:00
parent af4bc20ac2
commit eaced15265
3 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ namespace GPS_Utils {
void setup() {
#ifdef HAS_GPS
if (Config.beacon.gpsActive) {
if (Config.beacon.gpsActive && Config.digi.ecoMode != 1) {
gpsSerial.begin(GPS_BAUD, SERIAL_8N1, GPS_TX, GPS_RX);
}
#endif