increase buffersize and tiemout time for less
connection aborts
This commit is contained in:
@@ -221,7 +221,7 @@ void NTRIPClient::closeConnection() {
|
||||
|
||||
bool NTRIPClient::processConnection() {
|
||||
if (this->ntripClient->connected()) {
|
||||
uint8_t rtcmData[this->bufferSize * 4];
|
||||
uint8_t rtcmData[this->bufferSize * 8];
|
||||
uint16_t rtcmCount = 0;
|
||||
|
||||
while (this->ntripClient->available()) {
|
||||
|
||||
Reference in New Issue
Block a user