1
0
Fork 0
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:
dongie 2013-11-02 11:14:25 +09:00
parent 77d455f82b
commit 1990c6a67e
2 changed files with 3 additions and 1 deletions

View file

@ -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[] = {