1
0
Fork 0
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:
Bruce Luckcuck 2019-08-01 19:40:45 -04:00
parent 3be994a880
commit ad3936de6a

View file

@ -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;