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

GPS: Add possibility to disable ground assistance

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2016-05-10 01:06:05 +10:00
parent 33cc7bc45f
commit 0037380fc0
4 changed files with 11 additions and 10 deletions

View file

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