mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 22:08:12 +00:00
Update Validate.h
This commit is contained in:
parent
48a52ae5b2
commit
d73d163a58
@ -250,12 +250,14 @@
|
|||||||
#undef MULTI_STATUS
|
#undef MULTI_STATUS
|
||||||
#undef MULTI_TELEMETRY
|
#undef MULTI_TELEMETRY
|
||||||
#undef SCANNER_TELEMETRY
|
#undef SCANNER_TELEMETRY
|
||||||
|
#undef SCANNER_CC2500_INO
|
||||||
#else
|
#else
|
||||||
#if defined MULTI_TELEMETRY && not defined INVERT_TELEMETRY
|
#if defined(MULTI_TELEMETRY) && defined(MULTI_STATUS)
|
||||||
#warning MULTI_TELEMETRY has been defined but not INVERT_TELEMETRY. They should be both enabled for OpenTX telemetry and status to work.
|
#error You should choose either MULTI_TELEMETRY or MULTI_STATUS but not both.
|
||||||
#endif
|
#endif
|
||||||
#if not defined(SCANNER_CC2500_INO)
|
#if not defined(SCANNER_CC2500_INO) || not defined(SCANNER_TELEMETRY)
|
||||||
#undef SCANNER_TELEMETRY
|
#undef SCANNER_TELEMETRY
|
||||||
|
#undef SCANNER_CC2500_INO
|
||||||
#endif
|
#endif
|
||||||
#if not defined(BAYANG_NRF24L01_INO)
|
#if not defined(BAYANG_NRF24L01_INO)
|
||||||
#undef BAYANG_HUB_TELEMETRY
|
#undef BAYANG_HUB_TELEMETRY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user