1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 00:05:28 +03:00

GPS: UBLOX version auto-detection and PVT message support from @Sambas. Some code refactoring. NAZA GPS support.

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2015-12-30 21:55:13 +10:00
parent e07248787a
commit 28672eb0c6
11 changed files with 276 additions and 205 deletions

View file

@ -322,7 +322,7 @@ static const char * const lookupTableAlignment[] = {
#ifdef GPS
static const char * const lookupTableGPSProvider[] = {
"NMEA", "UBLOX", "I2CNAV"
"NMEA", "UBLOX", "I2C-NAV", "NAZA"
};
static const char * const lookupTableGPSSBASMode[] = {