Skip to content

Commit

Permalink
SLT2 trial 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pascallanger committed Feb 25, 2025
1 parent ed65c81 commit b04d4a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Multiprotocol/Multiprotocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_REVISION 4
#define VERSION_PATCH_LEVEL 37
#define VERSION_PATCH_LEVEL 38

#define MODE_SERIAL 0

Expand Down
2 changes: 1 addition & 1 deletion Multiprotocol/SLT_ccnrf.ino
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ void SLT_init()
if(sub_protocol==SLT_V1_4)
{
memcpy(rx_tx_addr,"\xF4\x71\x8D\x01",SLT_TXID_SIZE);
rx_tx_addr[3] += RX_num;
rx_tx_addr[2] += RX_num;
}
#endif
SLT_RF_init();
Expand Down

0 comments on commit b04d4a5

Please sign in to comment.