mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Added missing 'MSP' entry to current meter source list for CLI.
This commit is contained in:
parent
8a471deddc
commit
1b451cf192
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ static const char * const lookupTableGPSSBASMode[] = {
|
|||
#endif
|
||||
|
||||
static const char * const lookupTableCurrentSensor[] = {
|
||||
"NONE", "ADC", "VIRTUAL", "ESC"
|
||||
"NONE", "ADC", "VIRTUAL", "ESC", "MSP"
|
||||
};
|
||||
|
||||
static const char * const lookupTableBatterySensor[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue