We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298d403 commit 7f43755Copy full SHA for 7f43755
1 file changed
src/SparkFun_u-blox_GNSS_Arduino_Library.h
@@ -954,7 +954,6 @@ class SFE_UBLOX_GNSS
954
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
-
958
// Reset / enable / configure the odometer
959
bool resetOdometer(uint16_t maxWait = defaultMaxWait); // Reset the odometer
960
bool enableOdometer(bool enable = true, uint16_t maxWait = defaultMaxWait); // Enable / disable the odometer
0 commit comments