Removed board option in _config.h

This commit is contained in:
pascallanger
2017-02-06 21:50:56 +01:00
parent cc03c27d17
commit bf5598515e
3 changed files with 9 additions and 12 deletions

View File

@@ -78,8 +78,12 @@
#undef HUB_TELEMETRY
#undef SPORT_TELEMETRY
#undef DSM_TELEMETRY
#undef MULTI_STATUS
#undef MULTI_TELEMETRY
#else
#if defined MULTI_TELEMETRY && not defined INVERT_TELEMETRY
#warning MULTI_TELEMETRY has been defined but not INVERT_TELEMETRY. They should be both enabled for OpenTX telemetry and status to work.
#endif
#if not defined(BAYANG_NRF24L01_INO)
#undef BAYANG_HUB_TELEMETRY
#endif