mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +03:00
add new gps type
This commit is contained in:
parent
77d455f82b
commit
1990c6a67e
2 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,7 @@ static const char * const featureNames[] = {
|
|||
|
||||
// sync this with AvailableSensors enum from board.h
|
||||
static const char * const sensorNames[] = {
|
||||
"GYRO", "ACC", "BARO", "MAG", "SONAR", "GPS", NULL
|
||||
"GYRO", "ACC", "BARO", "MAG", "SONAR", "GPS", "GPS+MAG", NULL
|
||||
};
|
||||
|
||||
static const char * const accNames[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue