SLT2 trial 2

This commit is contained in:
pascallanger 2025-02-25 20:31:46 +01:00
parent 9bdc24c42a
commit ed65c81add
2 changed files with 4 additions and 1 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 36 #define VERSION_PATCH_LEVEL 37
#define MODE_SERIAL 0 #define MODE_SERIAL 0

View File

@ -292,7 +292,10 @@ void SLT_init()
} }
#ifdef SLT_V1_4_FORCE_ID #ifdef SLT_V1_4_FORCE_ID
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;
}
#endif #endif
SLT_RF_init(); SLT_RF_init();
SLT_set_freq(); SLT_set_freq();