Exclude MLink from T18 build to save Flash space

This commit is contained in:
Pascal Langer 2021-02-05 17:21:07 +01:00
parent c05c0a5693
commit 3b22705166

View File

@ -223,6 +223,10 @@
#define NRF24L01_INSTALLED #define NRF24L01_INSTALLED
#define SX1276_INSTALLED #define SX1276_INSTALLED
#undef ENABLE_PPM #undef ENABLE_PPM
#ifdef MLINK_CYRF6936_INO
#undef MLINK_CYRF6936_INO
#warning "Disabling the MLink protocol to fit in the Flash."
#endif
#endif #endif
//Make sure protocols are selected correctly //Make sure protocols are selected correctly