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 5dc0bb5 commit 689e063Copy full SHA for 689e063
src/SparkFun_u-blox_GNSS_Arduino_Library.h
@@ -951,7 +951,7 @@ class SFE_UBLOX_GNSS
951
uint8_t getDynamicModel(uint16_t maxWait = defaultMaxWait); // Get the dynamic model - returns 255 if the sendCommand fails
952
953
// Change the position accuracy using UBX-CFG-NAV5
954
- bool setNAV5PositionAccuracy(uint16_t metres = 100, uint16_t maxWait = defaultMaxWait);
+ bool setNAV5PositionAccuracy(uint16_t metres, uint16_t maxWait = defaultMaxWait);
955
uint16_t getNAV5PositionAccuracy(uint16_t maxWait = defaultMaxWait); // Get the position accuracy - returns 0 if the sendCommand fails
956
957
0 commit comments