fix NRF52 build

1.2-legacy
Kevin Hester 2020-10-07 14:00:59 +08:00
rodzic ef899425b8
commit eca7242a1f
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -31,7 +31,9 @@ bool UBloxGPS::setupGPS()
#else
_serial_gps->begin(GPS_BAUDRATE);
#endif
#ifndef NO_ESP32
_serial_gps->setRxBufferSize(1024); // the default is 256
#endif
}
// uncomment to see debug info