Skip to content

Commit 5987aa4

Browse files
committed
Another try on PA18
1 parent 30cb812 commit 5987aa4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Multiprotocol/MT99xx_ccnrf.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,11 +382,12 @@ static void __attribute__((unused)) MT99XX_initialize_txid()
382382
break;
383383
#endif
384384
#ifdef FORCE_PA18_ID
385-
case PA18:
385+
case PA18+8:
386386
rx_tx_addr[0] = 0xC9; // zebble ID
387387
rx_tx_addr[1] = 0x02;
388388
rx_tx_addr[2] = 0x13;
389389
//crc8 = 0xDE
390+
// additional crc init of 0x89, how is this calculated???
390391
//channel_offset = 0x03
391392
//1Mb C=5 S=Y A= C9 02 13 CC CC P(9)= E1 70 70 70 20 20 00 20 1A
392393
//bind S=Y A= CC CC CC CC CC P(9)= 20 14 03 25 C9 02 13 89 55

Multiprotocol/Multiprotocol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#define VERSION_MAJOR 1
2020
#define VERSION_MINOR 3
2121
#define VERSION_REVISION 3
22-
#define VERSION_PATCH_LEVEL 10
22+
#define VERSION_PATCH_LEVEL 11
2323

2424
#define MODE_SERIAL 0
2525

0 commit comments

Comments
 (0)