mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
Allow I2C GPS to be selected in CLI
This commit is contained in:
parent
ccf318003e
commit
68abea6a04
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ static const char * const lookupTableAlignment[] = {
|
||||||
|
|
||||||
#ifdef GPS
|
#ifdef GPS
|
||||||
static const char * const lookupTableGPSProvider[] = {
|
static const char * const lookupTableGPSProvider[] = {
|
||||||
"NMEA", "UBLOX"
|
"NMEA", "UBLOX", "I2C"
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char * const lookupTableGPSSBASMode[] = {
|
static const char * const lookupTableGPSSBASMode[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue