diff --git a/src/main/target/common.h b/src/main/target/common.h index 45eb12ac4bc..af2170fe1b3 100644 --- a/src/main/target/common.h +++ b/src/main/target/common.h @@ -122,7 +122,6 @@ #define USE_I2C_IO_EXPANDER -#define USE_TELEMETRY_SIM #define USE_TELEMETRY_MAVLINK #define USE_MSP_OVER_TELEMETRY @@ -202,6 +201,7 @@ //Designed to free space of F722 and F411 MCUs #if (MCU_FLASH_SIZE > 512) +#define USE_TELEMETRY_SIM #define USE_VTX_FFPV #define USE_SERIALRX_SUMD #define USE_TELEMETRY_HOTT diff --git a/src/main/telemetry/telemetry.c b/src/main/telemetry/telemetry.c index 2c896945843..0d198eae997 100644 --- a/src/main/telemetry/telemetry.c +++ b/src/main/telemetry/telemetry.c @@ -56,7 +56,7 @@ #include "telemetry/ghst.h" -PG_REGISTER_WITH_RESET_TEMPLATE(telemetryConfig_t, telemetryConfig, PG_TELEMETRY_CONFIG, 8); +PG_REGISTER_WITH_RESET_TEMPLATE(telemetryConfig_t, telemetryConfig, PG_TELEMETRY_CONFIG, 9); PG_RESET_TEMPLATE(telemetryConfig_t, telemetryConfig, .telemetry_switch = SETTING_TELEMETRY_SWITCH_DEFAULT,