mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
GPS over MSP related fixes
This commit is contained in:
parent
9ef901f251
commit
7115ab4047
5 changed files with 26 additions and 6 deletions
|
@ -166,7 +166,7 @@ static const char * const lookupTableGyro[] = {
|
|||
|
||||
#ifdef USE_GPS
|
||||
static const char * const lookupTableGPSProvider[] = {
|
||||
"NMEA", "UBLOX"
|
||||
"NMEA", "UBLOX", "MSP"
|
||||
};
|
||||
|
||||
static const char * const lookupTableGPSSBASMode[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue