E010r5: 1 more ID

This commit is contained in:
Pascal Langer 2021-02-13 09:26:03 +01:00
parent 0270420531
commit eae412fe41
3 changed files with 10 additions and 3 deletions

View File

@ -97,7 +97,7 @@ void E010R5_init()
RF2500_SetTXAddr((uint8_t*)"\x0E\x54\x96\xEE"); // Same address for bind and normal packets RF2500_SetTXAddr((uint8_t*)"\x0E\x54\x96\xEE"); // Same address for bind and normal packets
#ifdef E010R5_FORCE_ID #ifdef E010R5_FORCE_ID
switch(rx_tx_addr[3]%3) switch(rx_tx_addr[3]&0x03)
{ {
case 0: case 0:
//TX1 //TX1
@ -113,6 +113,13 @@ void E010R5_init()
rx_tx_addr[1]=0x1B; rx_tx_addr[1]=0x1B;
rx_tx_addr[2]=0x9E; rx_tx_addr[2]=0x9E;
break; break;
case 2:
//TX4
hopping_frequency[0]=0x30; //48
hopping_frequency[1]=0x38; //56
rx_tx_addr[1]=0x2E;
rx_tx_addr[2]=0xAE;
break;
default: default:
//TX3 //TX3
hopping_frequency[0]=0x30; //48 hopping_frequency[0]=0x30; //48

View File

@ -19,7 +19,7 @@
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 3 #define VERSION_MINOR 3
#define VERSION_REVISION 2 #define VERSION_REVISION 2
#define VERSION_PATCH_LEVEL 42 #define VERSION_PATCH_LEVEL 43
//****************** //******************
// Protocols // Protocols

View File

@ -838,7 +838,7 @@ A|E|T|R|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12
## E010R5 - *81* ## E010R5 - *81*
Models: E010 R5 red boards, JJRC H36, H36F and H36S Models: E010 R5 red boards, JJRC H36, H36F and H36S
**Only 3 IDs are available**. More IDs can be added if you send me your "unused" original TX. **Only 4 IDs are available**. More IDs can be added if you send me your "unused" original TX.
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10 CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10
---|---|---|---|---|---|---|---|---|--- ---|---|---|---|---|---|---|---|---|---