fix ntrip client and integration

This commit is contained in:
2024-08-17 10:44:42 +02:00
parent 73fde34e48
commit 27a0a2ca7b
9 changed files with 90 additions and 42 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ private:
const uint16_t timeOut = 10000;
const uint16_t bufferSize = 512;
const uint16_t bufferSizePushGPGGA = 128;
const uint16_t pushGPGGATime = 10000;
const uint16_t pushGPGGATime = 5000;
static constexpr uint8_t loopDelay = 20;
};