Protocol Pelikan: fix rx_tx_addr[1]...

This commit is contained in:
pascallanger 2020-01-14 23:00:50 +01:00
parent 7a5b4dea1a
commit c6e5d00a2b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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);