Skip to content

Commit b04d4a5

Browse files
committed
SLT2 trial 3
1 parent ed65c81 commit b04d4a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 4
22-
#define VERSION_PATCH_LEVEL 37
22+
#define VERSION_PATCH_LEVEL 38
2323

2424
#define MODE_SERIAL 0
2525

Multiprotocol/SLT_ccnrf.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ void SLT_init()
294294
if(sub_protocol==SLT_V1_4)
295295
{
296296
memcpy(rx_tx_addr,"\xF4\x71\x8D\x01",SLT_TXID_SIZE);
297-
rx_tx_addr[3] += RX_num;
297+
rx_tx_addr[2] += RX_num;
298298
}
299299
#endif
300300
SLT_RF_init();

0 commit comments

Comments
 (0)