mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-15 20:33:16 +00:00
Send current protocol and sub protocol name
This commit is contained in:
@@ -319,8 +319,11 @@
|
||||
#define SPORT_SEND
|
||||
#endif
|
||||
|
||||
#if not defined(MULTI_TELEMETRY) || not defined(STM32_BOARD)
|
||||
#undef MULTI_SYNC
|
||||
#if not defined(MULTI_TELEMETRY)
|
||||
#if not defined(STM32_BOARD)
|
||||
#undef MULTI_SYNC
|
||||
#endif
|
||||
#undef MULTI_NAMES
|
||||
#endif
|
||||
|
||||
//Make sure TX is defined correctly
|
||||
|
||||
Reference in New Issue
Block a user