Version 3.0.15
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