mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 21:08:12 +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 V911S_CCNRF_INO
|
||||||
#undef XK_CCNRF_INO
|
#undef XK_CCNRF_INO
|
||||||
#endif
|
#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)
|
#if not defined(STM32_BOARD)
|
||||||
#undef SX1276_INSTALLED
|
#undef SX1276_INSTALLED
|
||||||
#endif
|
#endif
|
||||||
|
@ -570,6 +570,8 @@ Once your **setup** is **complete** and before enabling the internal module, you
|
|||||||
## E010R5 - *81*
|
## E010R5 - *81*
|
||||||
Models: E010 R5 red boards, JJRC H36, H36F and H36S
|
Models: E010 R5 red boards, JJRC H36, H36F and H36S
|
||||||
|
|
||||||
|
Not supported by Atmega328p modules.
|
||||||
|
|
||||||
Autobind protocol.
|
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.
|
**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*
|
## E129 - *83*
|
||||||
Models: Eachine E129/E130 and Twister Ninja 250
|
Models: Eachine E129/E130 and Twister Ninja 250
|
||||||
|
|
||||||
|
Not supported by Atmega328p modules.
|
||||||
|
|
||||||
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9
|
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9
|
||||||
---|---|---|---|---|---|---|---|---
|
---|---|---|---|---|---|---|---|---
|
||||||
A|E|T|R|Take off/Land|Emergency|Trim A|Trim E|Trim R
|
A|E|T|R|Take off/Land|Emergency|Trim A|Trim E|Trim R
|
||||||
|
Loading…
x
Reference in New Issue
Block a user