You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be a intended to work with *outgoingUBX->payload += len; which moves the payload pointer, but is now commented. I think it should be _i2cPort->write(outgoingUBX->payload[startSpot], 1);
The text was updated successfully, but these errors were encountered:
The line
SparkFun_u-blox_GNSS_Arduino_Library/src/SparkFun_u-blox_GNSS_Arduino_Library.cpp
Line 2952 in 9f301c8
Seems to be a intended to work with
*outgoingUBX->payload += len;
which moves the payload pointer, but is now commented. I think it should be_i2cPort->write(outgoingUBX->payload[startSpot], 1);
The text was updated successfully, but these errors were encountered: