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
uint32_tgetPositionAccuracy(uint16_t maxWait = 1100); //Returns the 3D accuracy of the current high-precision fix, in mm. Supported on NEO-M8P, ZED-F9P,
1238
+
uint32_tgetPositionAccuracy(uint16_t maxWait = defaultMaxWait); //Returns the 3D accuracy of the current high-precision fix, in mm. Supported on NEO-M8P, ZED-F9P,
1239
1239
1240
1240
// Helper functions for HPPOSLLH
1241
1241
@@ -1291,8 +1291,8 @@ class SFE_UBLOX_GNSS
1291
1291
1292
1292
// Helper functions for HNR
1293
1293
1294
-
boolsetHNRNavigationRate(uint8_t rate, uint16_t maxWait = 1100); // Returns true if the setHNRNavigationRate is successful
1295
-
uint8_tgetHNRNavigationRate(uint16_t maxWait = 1100); // Returns 0 if the getHNRNavigationRate fails
1294
+
boolsetHNRNavigationRate(uint8_t rate, uint16_t maxWait = defaultMaxWait); // Returns true if the setHNRNavigationRate is successful
1295
+
uint8_tgetHNRNavigationRate(uint16_t maxWait = defaultMaxWait); // Returns 0 if the getHNRNavigationRate fails
1296
1296
floatgetHNRroll(uint16_t maxWait = defaultMaxWait); // Returned as degrees
1297
1297
floatgetHNRpitch(uint16_t maxWait = defaultMaxWait); // Returned as degrees
1298
1298
floatgetHNRheading(uint16_t maxWait = defaultMaxWait); // Returned as degrees
0 commit comments