Ai-Thinker-Open / GPRS_C_SDK

Ai-Thinker A9/A9G GPRS (with GPS(A9G)) module C development SDK
https://ai-thinker-open.github.io/GPRS_C_SDK_DOC
MIT License
449 stars 235 forks source link

GPS RMC VALID NOT WORKING #432

Open l-sannin opened 4 years ago

l-sannin commented 4 years ago

Hello, when I try to verify if the gps frame is valid, i don't have a valid answer It's quite simple

gpsInfo->rmc.valid

ZakKemble commented 4 years ago

The valid parameter is if the GPS has an active (valid) lock or not. Not whether the frame is valid or not.