1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Added missing 'MSP' entry to current meter source list for CLI.

This commit is contained in:
mikeller 2017-10-29 16:47:06 +13:00
parent 8a471deddc
commit 1b451cf192

View file

@ -145,7 +145,7 @@ static const char * const lookupTableGPSSBASMode[] = {
#endif #endif
static const char * const lookupTableCurrentSensor[] = { static const char * const lookupTableCurrentSensor[] = {
"NONE", "ADC", "VIRTUAL", "ESC" "NONE", "ADC", "VIRTUAL", "ESC", "MSP"
}; };
static const char * const lookupTableBatterySensor[] = { static const char * const lookupTableBatterySensor[] = {