Version 3.1.1
This release:
- Corrects the NEO-F10N example (NEO-F10N is UART-only)
- Adds a new example for the NEO-F9P which shows how to enable GPS L5 and mark it as healthy
- Increases the size of
MAX_PAYLOAD_SIZE
andmoduleSWVersion_t
firmwareTypeLen
to cope with the longer UBX-MON-VER and firmware type (e.g.SPGL1L5
) returned by the NEO-F10N - Updates
parseSPARTN
so it can returnsfe_ublox_spartn_header_t
if desired - Corrects multiple
(fixType == 4)
errors in the examples - thank you @niabassey #46