Skip to content

Commit

Permalink
Merge pull request #11 from oli4wolf/feature/gps-nmea-decoding
Browse files Browse the repository at this point in the history
Feature/gps nmea decoding
  • Loading branch information
oli4wolf authored Mar 19, 2024
2 parents b53a664 + a83ed1d commit 932644b
Show file tree
Hide file tree
Showing 7 changed files with 1,116 additions and 62 deletions.
3 changes: 3 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ build_flags =
-D__gpsdebug__ ;Debug GPS coordinates if no active GPS signal found.
-D__gps__
-DCORE_DEBUG_LEVEL=5
-DCONFIG_NMEA_STATEMENT_GGA
-DCONFIG_NMEA_STATEMENT_RMC
-DCONFIG_NMEA_STATEMENT_GLL
build_type = debug
monitor_filters = esp32_exception_decoder
lib_deps =
Expand Down
Loading

0 comments on commit 932644b

Please sign in to comment.