mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-15 20:33:16 +00:00
Multi_names mandatory when using multi_telemetry
Validate that sub_proto is valid for the current protocol Validate that disable channel mapping is valid for the current protocol
This commit is contained in:
@@ -349,6 +349,10 @@
|
||||
#undef MULTI_NAMES
|
||||
#endif
|
||||
|
||||
#if defined(MULTI_TELEMETRY)
|
||||
#define MULTI_NAMES
|
||||
#endif
|
||||
|
||||
//Make sure TX is defined correctly
|
||||
#ifndef AILERON
|
||||
#error You must select a correct channel order.
|
||||
|
||||
Reference in New Issue
Block a user