Skip to content

Commit

Permalink
Add missing PUBX config file
Browse files Browse the repository at this point in the history
  • Loading branch information
SlashDevin committed Jun 2, 2018
1 parent 5ae55a5 commit 1707c2c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=NeoGPS
version=4.2.8
version=4.2.9
author=SlashDevin
maintainer=SlashDevin
sentence=NMEA and ublox GPS parser, configurable to use as few as 10 bytes of RAM
Expand Down
14 changes: 14 additions & 0 deletions src/ublox/PUBX_cfg.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#ifndef PUBX_CFG_H
#define PUBX_CFG_H

//------------------------------------------------------------
// Enable/disable the parsing of specific proprietary NMEA sentences.
//
// Configuring out a sentence prevents its fields from being parsed.
// However, the sentence type may still be recognized by /decode/ and
// stored in member /nmeaMessage/. No valid flags would be available.

#define NMEAGPS_PARSE_PUBX_00
//#define NMEAGPS_PARSE_PUBX_04

#endif

0 comments on commit 1707c2c

Please sign in to comment.