We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae55a5 commit 1707c2cCopy full SHA for 1707c2c
library.properties
@@ -1,5 +1,5 @@
1
name=NeoGPS
2
-version=4.2.8
+version=4.2.9
3
author=SlashDevin
4
maintainer=SlashDevin
5
sentence=NMEA and ublox GPS parser, configurable to use as few as 10 bytes of RAM
src/ublox/PUBX_cfg.h
@@ -0,0 +1,14 @@
+#ifndef PUBX_CFG_H
+#define PUBX_CFG_H
+
+//------------------------------------------------------------
+// Enable/disable the parsing of specific proprietary NMEA sentences.
6
+//
7
+// Configuring out a sentence prevents its fields from being parsed.
8
+// However, the sentence type may still be recognized by /decode/ and
9
+// stored in member /nmeaMessage/. No valid flags would be available.
10
11
+#define NMEAGPS_PARSE_PUBX_00
12
+//#define NMEAGPS_PARSE_PUBX_04
13
14
+#endif
0 commit comments