diff --git a/src/main/interface/cli.c b/src/main/interface/cli.c index 64fe6a5bff..302c77888c 100644 --- a/src/main/interface/cli.c +++ b/src/main/interface/cli.c @@ -2261,7 +2261,7 @@ static void cliManufacturerId(char *cmdline) { const unsigned int len = strlen(cmdline); if (len > 0 && boardInformationIsSet() && (len != strlen(getManufacturerId()) || strncmp(getManufacturerId(), cmdline, len))) { - cliPrintErrorLinef(ERROR_MESSAGE, "manufactuer_id", getManufacturerId()); + cliPrintErrorLinef(ERROR_MESSAGE, "manufacturer_id", getManufacturerId()); } else { if (len > 0) { setManufacturerId(cmdline); diff --git a/src/main/target/BETAFLIGHTF3/target.h b/src/main/target/BETAFLIGHTF3/target.h index e6afe51378..c74159e7d3 100644 --- a/src/main/target/BETAFLIGHTF3/target.h +++ b/src/main/target/BETAFLIGHTF3/target.h @@ -26,6 +26,7 @@ // Removed to make the firmware fit into flash (in descending order of priority): +#undef USE_EXTENDED_CMS_MENUS #undef USE_RTC_TIME #undef USE_COPY_PROFILE_CMS_MENU #undef USE_RX_MSP diff --git a/src/main/target/SPRACINGF3EVO/target.h b/src/main/target/SPRACINGF3EVO/target.h index 3bfaf608fa..59692c6e4d 100644 --- a/src/main/target/SPRACINGF3EVO/target.h +++ b/src/main/target/SPRACINGF3EVO/target.h @@ -32,11 +32,11 @@ #undef USE_GYRO_OVERFLOW_CHECK #undef USE_GYRO_LPF2 +#undef USE_TELEMETRY_HOTT #undef USE_TELEMETRY_MAVLINK #undef USE_TELEMETRY_LTM #undef USE_SERIALRX_XBUS -#undef USE_BOARD_INFO #undef USE_EXTENDED_CMS_MENUS #undef USE_COPY_PROFILE_CMS_MENU #undef USE_RTC_TIME