mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-09 22:38:10 +00:00
Protocol Pelikan: fix rx_tx_addr[1]...
This commit is contained in:
parent
7a5b4dea1a
commit
c6e5d00a2b
@ -19,7 +19,7 @@
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 3
|
||||
#define VERSION_REVISION 0
|
||||
#define VERSION_PATCH_LEVEL 60
|
||||
#define VERSION_PATCH_LEVEL 61
|
||||
|
||||
//******************
|
||||
// Protocols
|
||||
|
@ -191,7 +191,7 @@ static void __attribute__((unused)) pelikan_init_hop()
|
||||
low %= 0x0E; // 0..D
|
||||
else
|
||||
low %= 0x0F; // 0..E
|
||||
|
||||
rx_tx_addr[1] = (high<<4) + low;
|
||||
uint8_t addition = (20 * high)+ (2 * low) + 8;
|
||||
|
||||
uint8_t first_channel = pelikan_firstCh(high, low);
|
||||
|
Loading…
x
Reference in New Issue
Block a user