fix NRF52 build

This commit is contained in:
Kevin Hester 2020-10-07 14:00:59 +08:00
parent ef899425b8
commit eca7242a1f

View File

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