sonydevworld / spresense

Spresense SDK source code
https://developer.sony.com/develop/spresense/docs/home_en.html
Other
142 stars 107 forks source link

Fail to output NMEA with QZQSM on GNSS Add-on board #743

Open SPRESENSE opened 1 month ago

SPRESENSE commented 1 month ago

There is no process to restore the read position after reading DC report, so it fails to get the positioning information after reading DC report. It should add a process to reset the read position after read to match the specifications of the built-in GNSS.

SPRESENSE commented 1 month ago

Fixed by https://github.com/SPRESENSE/nuttx/pull/89.