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