mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
enable stats only on targets with > 256M flash
This commit is contained in:
parent
a0b410b902
commit
fea686f2b5
1 changed files with 1 additions and 1 deletions
|
@ -178,13 +178,13 @@
|
||||||
#define USE_SERIALRX_FPORT // FrSky FPort
|
#define USE_SERIALRX_FPORT // FrSky FPort
|
||||||
#define USE_TELEMETRY_CRSF
|
#define USE_TELEMETRY_CRSF
|
||||||
#define USE_TELEMETRY_SRXL
|
#define USE_TELEMETRY_SRXL
|
||||||
#define USE_STATS
|
|
||||||
|
|
||||||
#if ((FLASH_SIZE > 256) || (FEATURE_CUT_LEVEL < 12))
|
#if ((FLASH_SIZE > 256) || (FEATURE_CUT_LEVEL < 12))
|
||||||
#define USE_CMS
|
#define USE_CMS
|
||||||
#define USE_MSP_DISPLAYPORT
|
#define USE_MSP_DISPLAYPORT
|
||||||
#define USE_MSP_OVER_TELEMETRY
|
#define USE_MSP_OVER_TELEMETRY
|
||||||
#define USE_LED_STRIP
|
#define USE_LED_STRIP
|
||||||
|
#define USE_STATS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ((FLASH_SIZE > 256) || (FEATURE_CUT_LEVEL < 11))
|
#if ((FLASH_SIZE > 256) || (FEATURE_CUT_LEVEL < 11))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue