only enable CRSFV3 for targets with flash size > 256

This commit is contained in:
tbs-fpv 2021-04-28 11:44:08 +08:00
parent fbd01551ff
commit 8c788d99c5
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,6 @@
#define USE_ESC_SENSOR_INFO
#define USE_CRSF_CMS_TELEMETRY
#define USE_CRSF_LINK_STATISTICS
#define USE_CRSF_V3
#define USE_RX_RSSI_DBM
#endif
@ -400,4 +399,5 @@
#define USE_SIMPLIFIED_TUNING
#define USE_RX_LINK_UPLINK_POWER
#define USE_GPS_PLUS_CODES
#define USE_CRSF_V3
#endif