GPS Fixes for nrf52 (#2675)

Expands board serial buffer from 64 (!) to 1024
Adds some debugging messages when problems are detected.
This commit is contained in:
Jonathan Bennett
2023-08-02 10:08:59 -05:00
committed by GitHub
parent 7fe815a327
commit 06a6a992c2
3 changed files with 18 additions and 4 deletions

View File

@@ -5,7 +5,9 @@ extends = arduino_base
build_type = debug ; I'm debugging with ICE a lot now
build_flags =
${arduino_base.build_flags} -Wno-unused-variable
${arduino_base.build_flags}
-DSERIAL_BUFFER_SIZE=1024
-Wno-unused-variable
-Isrc/platform/nrf52
build_src_filter =