mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
Fix CLI vtxtable powervalue output formatting
This commit is contained in:
parent
3be994a880
commit
ad3936de6a
1 changed files with 1 additions and 1 deletions
|
@ -2598,7 +2598,7 @@ static char *formatVtxTablePowerValues(const uint16_t *levels, int count)
|
|||
|
||||
static const char *printVtxTablePowerValues(dumpFlags_t dumpMask, const vtxTableConfig_t *currentConfig, const vtxTableConfig_t *defaultConfig, const char *headingStr)
|
||||
{
|
||||
char *fmt = "vtxtable powervalues %s";
|
||||
char *fmt = "vtxtable powervalues%s";
|
||||
bool equalsDefault = false;
|
||||
if (defaultConfig) {
|
||||
equalsDefault = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue