mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-01 03:39:18 +00:00
Merge branch 'master' of github.com:meshtastic/Meshtastic-device
This commit is contained in:
commit
e8b28faaf1
@ -145,7 +145,7 @@ bool GPS::setupGPS()
|
|||||||
if (_serial_gps && !didSerialInit) {
|
if (_serial_gps && !didSerialInit) {
|
||||||
didSerialInit = true;
|
didSerialInit = true;
|
||||||
|
|
||||||
#if ARCH_ESP32
|
#ifdef ARCH_ESP32
|
||||||
// In esp32s3 framework, setRxBufferSize needs to be initialized before Serial
|
// In esp32s3 framework, setRxBufferSize needs to be initialized before Serial
|
||||||
_serial_gps->setRxBufferSize(2048); // the default is 256
|
_serial_gps->setRxBufferSize(2048); // the default is 256
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user