Skip to content

Version 3.0.15

Choose a tag to compare

@PaulZC PaulZC released this 01 Jun 09:37
· 123 commits to main since this release
eacf828

This release:

  • Corrects issue #27
    • pushRawData was attempting to write too much data in one go, when using Serial
    • The solution is to split each push into smaller chunks (if needed) and to call checkUbloxSerial between chunks (to prevent possible data loss during large pushes)
    • Tested with the new Example17_NTRIPClient_With_GGA_Callback__Serial and AssistNow Example4