1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

enable stats only on targets with > 256M flash

This commit is contained in:
Krzysztof Matula 2019-04-06 22:22:35 +02:00
parent a0b410b902
commit fea686f2b5

View file

@ -178,13 +178,13 @@
#define USE_SERIALRX_FPORT // FrSky FPort
#define USE_TELEMETRY_CRSF
#define USE_TELEMETRY_SRXL
#define USE_STATS
#if ((FLASH_SIZE > 256) || (FEATURE_CUT_LEVEL < 12))
#define USE_CMS
#define USE_MSP_DISPLAYPORT
#define USE_MSP_OVER_TELEMETRY
#define USE_LED_STRIP
#define USE_STATS
#endif
#if ((FLASH_SIZE > 256) || (FEATURE_CUT_LEVEL < 11))