Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This section is still fairly empty and will be filled as people report their issues with this.

If you are getting build errors with pio_build_debug due to "multiple TinyGPSPlus" libraries, you can fix this in the platformio.ini file. (Common in windows users)

  • Navigate to "lib_deps = " under "teensy35_debug" in platformio.ini, and change "TinyGPSPlus" to its library ID "1655", and then building should work.
  • There are multiple TinyGPSPlus libraries that are conflicting, so specifying this value will install the correct version for build. If you change the ID back to "TinyGPSPlus" it should still work since you now have the correct library installed for future builds.

 If a file is not found or a file you know is a part of the codebase, does not allow you to set breakpoints, check:

  • There is not a #line macro. Those will mess up debugger references, so don't ever use them.