mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-16 01:52:04 +00:00
fix NRF52 build
This commit is contained in:
parent
ef899425b8
commit
eca7242a1f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user