File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments