Merge "Adding NAVIC to constellation string array"
This commit is contained in:
commit
8a95c11408
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ void LocApiBase::sendNfwNotification(GnssNfwNotification& notification)
|
|||
void LocApiBase::reportSv(GnssSvNotification& svNotify)
|
||||
{
|
||||
const char* constellationString[] = { "Unknown", "GPS", "SBAS", "GLONASS",
|
||||
"QZSS", "BEIDOU", "GALILEO" };
|
||||
"QZSS", "BEIDOU", "GALILEO", "NAVIC" };
|
||||
|
||||
// print the SV info before delivering
|
||||
LOC_LOGV("num sv: %u\n"
|
||||
|
|
Loading…
Reference in a new issue