We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd2e36 commit 30cb812Copy full SHA for 30cb812
Multiprotocol/MT99xx_ccnrf.ino
@@ -339,7 +339,7 @@ static void __attribute__((unused)) MT99XX_initialize_txid()
339
{
340
rx_tx_addr[1] = rx_tx_addr[3]; // RX_Num
341
342
- switch(protocol)
+ switch(sub_protocol)
343
344
case YZ:
345
rx_tx_addr[0] = 0x53; // test (SB id)
Multiprotocol/Multiprotocol.h
@@ -19,7 +19,7 @@
19
#define VERSION_MAJOR 1
20
#define VERSION_MINOR 3
21
#define VERSION_REVISION 3
22
-#define VERSION_PATCH_LEVEL 9
+#define VERSION_PATCH_LEVEL 10
23
24
#define MODE_SERIAL 0
25
0 commit comments