diff --git a/src/main/fc/cli.c b/src/main/fc/cli.c index ea09c5776d..4834558341 100644 --- a/src/main/fc/cli.c +++ b/src/main/fc/cli.c @@ -3359,6 +3359,7 @@ static void cliDumpProfile(uint8_t profileIndex, uint8_t dumpMask) cliPrintLinef("profile %d\r\n", getConfigProfile() + 1); dumpAllValues(PROFILE_VALUE, dumpMask); dumpAllValues(CONTROL_RATE_VALUE, dumpMask); + dumpAllValues(EZ_TUNE_VALUE, dumpMask); } static void cliBatteryProfile(char *cmdline)