We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0e6f2 commit c565523Copy full SHA for c565523
src/SparkFun_u-blox_SARA-R5_Arduino_Library.h
@@ -814,7 +814,7 @@ class SARA_R5 : public Print
814
uint8_t _currentInitDepth = 0;
815
816
#define _RXBuffSize 2056
817
- const int _rxWindowMillis = 2; // 1ms is not quite long enough for a single char at 9600 baud. millis roll over much less often than micros.
+ const unsigned long _rxWindowMillis = 2; // 1ms is not quite long enough for a single char at 9600 baud. millis roll over much less often than micros.
818
char _saraRXBuffer[_RXBuffSize];
819
char _pruneBuffer[_RXBuffSize];
820
char _saraResponseBacklog[_RXBuffSize];
0 commit comments