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:
parent
e07248787a
commit
28672eb0c6
11 changed files with 276 additions and 205 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue