Increased RX serial buff

This commit is contained in:
Gunnar Skjold
2023-04-07 09:00:53 +02:00
parent 3e3d61912d
commit 088e5645c7
2 changed files with 2 additions and 2 deletions

View File

@@ -758,7 +758,7 @@ void setupHanPort(GpioConfig& gpioConfig, uint32_t baud, uint8_t parityOrdinal,
}
#endif
//hwSerial->setRxBufferSize(768);
hwSerial->setRxBufferSize(768);
#if defined(ESP32)
hwSerial->onReceiveError(rxerr);
#endif