mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 19:20:41 +00:00
fix NRF52 build
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user