Skip to content

Commit fdfdcf4

Browse files
committed
More uint8 limitations causing infinite send loops
1 parent f6d9770 commit fdfdcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_u-blox_GNSS_Arduino_Library.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ class SFE_UBLOX_GNSS
570570
uint8_t getI2CTransactionSize(void);
571571

572572
//Set the max number of bytes set in a given I2C transaction
573-
uint8_t i2cTransactionSize = 32; //Default to ATmega328 limit
573+
uint16_t i2cTransactionSize = 32; //Default to ATmega328 limit
574574

575575
//Returns true if device answers on _gpsI2Caddress address or via Serial
576576
boolean isConnected(uint16_t maxWait = 1100);

0 commit comments

Comments
 (0)