raytac-diy
Thomas Göttgens 2022-09-19 15:46:59 +02:00 zatwierdzone przez GitHub
rodzic dd8cb1c7fb
commit 207f701f0a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -145,7 +145,7 @@ bool GPS::setupGPS()
if (_serial_gps && !didSerialInit) {
didSerialInit = true;
#if ARCH_ESP32
#ifdef ARCH_ESP32
// In esp32s3 framework, setRxBufferSize needs to be initialized before Serial
_serial_gps->setRxBufferSize(2048); // the default is 256
#endif