NeoGPS icon indicating copy to clipboard operation
NeoGPS copied to clipboard

Added external define option to GPSfix_cfg.h

Open ftzi opened this issue 7 years ago • 1 comments

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.

ftzi avatar Jun 27 '18 18:06 ftzi

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.

lights0123 avatar Jul 25 '18 23:07 lights0123