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

GPS: Disable ublox setting for 'apply integrity information' for SBAS to prevent GLONASS sat dropouts

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2016-05-10 08:36:56 +10:00
parent 0037380fc0
commit 4640391e09
3 changed files with 9 additions and 10 deletions

View file

@ -338,7 +338,7 @@ static const char * const lookupTableGPSProvider[] = {
};
static const char * const lookupTableGPSSBASMode[] = {
"NONE", "EGNOS", "WAAS", "MSAS", "GAGAN", "AUTO"
"AUTO", "EGNOS", "WAAS", "MSAS", "GAGAN", "NONE"
};
static const char * const lookupTableGpsModel[] = {