Another try on PA18

This commit is contained in:
Pascal Langer 2022-01-25 15:21:22 +01:00
parent 30cb812549
commit 5987aa40a6
2 changed files with 3 additions and 2 deletions

View File

@ -382,11 +382,12 @@ static void __attribute__((unused)) MT99XX_initialize_txid()
break; break;
#endif #endif
#ifdef FORCE_PA18_ID #ifdef FORCE_PA18_ID
case PA18: case PA18+8:
rx_tx_addr[0] = 0xC9; // zebble ID rx_tx_addr[0] = 0xC9; // zebble ID
rx_tx_addr[1] = 0x02; rx_tx_addr[1] = 0x02;
rx_tx_addr[2] = 0x13; rx_tx_addr[2] = 0x13;
//crc8 = 0xDE //crc8 = 0xDE
// additional crc init of 0x89, how is this calculated???
//channel_offset = 0x03 //channel_offset = 0x03
//1Mb C=5 S=Y A= C9 02 13 CC CC P(9)= E1 70 70 70 20 20 00 20 1A //1Mb C=5 S=Y A= C9 02 13 CC CC P(9)= E1 70 70 70 20 20 00 20 1A
//bind S=Y A= CC CC CC CC CC P(9)= 20 14 03 25 C9 02 13 89 55 //bind S=Y A= CC CC CC CC CC P(9)= 20 14 03 25 C9 02 13 89 55

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 3 #define VERSION_REVISION 3
#define VERSION_PATCH_LEVEL 10 #define VERSION_PATCH_LEVEL 11
#define MODE_SERIAL 0 #define MODE_SERIAL 0