SlashDevin / NeoGPS

NMEA and ublox GPS parser for Arduino, configurable to use as few as 10 bytes of RAM
GNU General Public License v3.0
707 stars 195 forks source link

Added external define option to GPSfix_cfg.h #94

Open SrBrahma opened 6 years ago

SrBrahma commented 6 years ago

Like the title says, the user will be able to change the fixes defines in their own code, like when using the neoGPS with PlatformIO "lib_deps" option.

lights0123 commented 6 years ago

Can't you just #include <GPSfix_cfg.h> at the top for the include-guard and then just #undef things? You can already just #define things above the first NeoGPS include.