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
Copy file name to clipboardExpand all lines: src/SparkFun_u-blox_GNSS_Arduino_Library.h
+2-1
Original file line number
Diff line number
Diff line change
@@ -379,7 +379,8 @@ const uint8_t UBX_RXM_PMREQ = 0x41; //Requests a Power Management task (two diff
379
379
constuint8_t UBX_RXM_RAWX = 0x15; //Multi-GNSS Raw Measurement Data
380
380
constuint8_t UBX_RXM_RLM = 0x59; //Galileo SAR Short-RLM report (two different packet sizes)
381
381
constuint8_t UBX_RXM_RTCM = 0x32; //RTCM input status
382
-
constuint8_t UBX_RXM_SFRBX = 0x13; //Boradcast Navigation Data Subframe
382
+
constuint8_t UBX_RXM_SFRBX = 0x13; //Broadcast Navigation Data Subframe
383
+
constuint8_t UBX_RXM_SPARTN = 0x33; //SPARTN input status
383
384
384
385
//Class: SEC
385
386
//The following are used to configure the SEC UBX messages (security feature messages). Descriptions from UBX messages overview (ZED_F9P Interface Description Document page 36)
0 commit comments