mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-14 11:33:14 +00:00
Bind channel: configurable channel number
Bind channel can be configured between 5 and 16.
This commit is contained in:
@@ -110,3 +110,12 @@
|
||||
#if not defined(PPM_MAX_100) || not defined(PPM_MIN_100) || not defined(PPM_MAX_125) || not defined(PPM_MIN_125)
|
||||
#error You must set correct TX end points.
|
||||
#endif
|
||||
|
||||
#if defined(ENABLE_BIND_CH)
|
||||
#if BIND_CH<4
|
||||
#error BIND_CH must be above 4.
|
||||
#endif
|
||||
#if BIND_CH>16
|
||||
#error BIND_CH must be below or equal to 16.
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user