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:
parent
33cc7bc45f
commit
0037380fc0
4 changed files with 11 additions and 10 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue