Skip to content

Commit 1707c2c

Browse files
committed
Add missing PUBX config file
1 parent 5ae55a5 commit 1707c2c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=NeoGPS
2-
version=4.2.8
2+
version=4.2.9
33
author=SlashDevin
44
maintainer=SlashDevin
55
sentence=NMEA and ublox GPS parser, configurable to use as few as 10 bytes of RAM

src/ublox/PUBX_cfg.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#ifndef PUBX_CFG_H
2+
#define PUBX_CFG_H
3+
4+
//------------------------------------------------------------
5+
// 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

Comments
 (0)