Skip to content

Commit 30cb812

Browse files
committed
Try PA18
1 parent 0fd2e36 commit 30cb812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Multiprotocol/MT99xx_ccnrf.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ static void __attribute__((unused)) MT99XX_initialize_txid()
339339
{
340340
rx_tx_addr[1] = rx_tx_addr[3]; // RX_Num
341341

342-
switch(protocol)
342+
switch(sub_protocol)
343343
{
344344
case YZ:
345345
rx_tx_addr[0] = 0x53; // test (SB id)

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 3
22-
#define VERSION_PATCH_LEVEL 9
22+
#define VERSION_PATCH_LEVEL 10
2323

2424
#define MODE_SERIAL 0
2525

0 commit comments

Comments
 (0)