You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't find a way to store NMEAGPS_cfg.h outside of my local NeoGPS library installation, due to the way it is hard-coded to be included from NMEAGPS.h.
Means I can't easily share my config with others working on the project. I've tried changing the include path to put my local copy of the file first, but this seems to break linking for me for some reason: arduino-cli.exe compile --verbose -b esp32:esp32:ttgo-lora32 --build-properties "compiler.cpp.extra_flags=-I./config"
How about removing the include from NMEAGPS.h and giving a compile-time error if the user has not provided their own?
The text was updated successfully, but these errors were encountered:
I can't find a way to store NMEAGPS_cfg.h outside of my local NeoGPS library installation, due to the way it is hard-coded to be included from NMEAGPS.h.
Means I can't easily share my config with others working on the project. I've tried changing the include path to put my local copy of the file first, but this seems to break linking for me for some reason:
arduino-cli.exe compile --verbose -b esp32:esp32:ttgo-lora32 --build-properties "compiler.cpp.extra_flags=-I./config"
How about removing the include from NMEAGPS.h and giving a compile-time error if the user has not provided their own?
The text was updated successfully, but these errors were encountered: