SLT2 trial 3

This commit is contained in:
pascallanger 2025-02-25 22:08:50 +01:00
parent ed65c81add
commit b04d4a54f7
2 changed files with 2 additions and 2 deletions

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 4 #define VERSION_REVISION 4
#define VERSION_PATCH_LEVEL 37 #define VERSION_PATCH_LEVEL 38
#define MODE_SERIAL 0 #define MODE_SERIAL 0

View File

@ -294,7 +294,7 @@ void SLT_init()
if(sub_protocol==SLT_V1_4) if(sub_protocol==SLT_V1_4)
{ {
memcpy(rx_tx_addr,"\xF4\x71\x8D\x01",SLT_TXID_SIZE); memcpy(rx_tx_addr,"\xF4\x71\x8D\x01",SLT_TXID_SIZE);
rx_tx_addr[3] += RX_num; rx_tx_addr[2] += RX_num;
} }
#endif #endif
SLT_RF_init(); SLT_RF_init();