mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 18:38:13 +00:00
E129 and E010R5 not supported on atmega328p
This commit is contained in:
parent
5afdff8477
commit
226e082c5a
@ -333,6 +333,11 @@
|
||||
#undef V911S_CCNRF_INO
|
||||
#undef XK_CCNRF_INO
|
||||
#endif
|
||||
#if not defined(STM32_BOARD)
|
||||
//RF2500 emulation does not work on atmega...
|
||||
#undef E010R5_CYRF6936_INO
|
||||
#undef E129_CYRF6936_INO
|
||||
#endif
|
||||
#if not defined(STM32_BOARD)
|
||||
#undef SX1276_INSTALLED
|
||||
#endif
|
||||
|
@ -570,6 +570,8 @@ Once your **setup** is **complete** and before enabling the internal module, you
|
||||
## E010R5 - *81*
|
||||
Models: E010 R5 red boards, JJRC H36, H36F and H36S
|
||||
|
||||
Not supported by Atmega328p modules.
|
||||
|
||||
Autobind protocol.
|
||||
|
||||
**Only 5 IDs are available**. Use RX num to cycle through them. More IDs can be added if you send me your "unused" original TX.
|
||||
@ -581,6 +583,8 @@ A|E|T|R|FLIP|LED|CALIB|HEADLESS|RTH|GLIDE
|
||||
## E129 - *83*
|
||||
Models: Eachine E129/E130 and Twister Ninja 250
|
||||
|
||||
Not supported by Atmega328p modules.
|
||||
|
||||
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9
|
||||
---|---|---|---|---|---|---|---|---
|
||||
A|E|T|R|Take off/Land|Emergency|Trim A|Trim E|Trim R
|
||||
|
Loading…
x
Reference in New Issue
Block a user