JianyuWang0623 opened a new pull request, #2584:
URL: https://github.com/apache/nuttx-apps/pull/2584
## Summary
The minmea of apache:nuttx:master not support MINMEA_SENTENCE_LOR_LSQ.
Log:
```
gps_main.c: In function 'gps_main':
gps_main.c:140:16: error: 'MINMEA_SENTENCE_LOR_LSQ' undeclared (first use
in this function)
case MINMEA_SENTENCE_LOR_LSQ:
^
gps_main.c:140:16: note: each undeclared identifier is reported only once
for each function it appears in
```
## Impact
The example "examples/gps"
## Testing
```
./tools/configure.sh -l lilygo_tbeam_lora_gps:gps
```
compilation ok, failed in link stage, need check CI result.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]