mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-09 23:38:10 +00:00
Try PA18
This commit is contained in:
parent
0fd2e36046
commit
30cb812549
@ -339,7 +339,7 @@ static void __attribute__((unused)) MT99XX_initialize_txid()
|
|||||||
{
|
{
|
||||||
rx_tx_addr[1] = rx_tx_addr[3]; // RX_Num
|
rx_tx_addr[1] = rx_tx_addr[3]; // RX_Num
|
||||||
|
|
||||||
switch(protocol)
|
switch(sub_protocol)
|
||||||
{
|
{
|
||||||
case YZ:
|
case YZ:
|
||||||
rx_tx_addr[0] = 0x53; // test (SB id)
|
rx_tx_addr[0] = 0x53; // test (SB id)
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 3
|
#define VERSION_MINOR 3
|
||||||
#define VERSION_REVISION 3
|
#define VERSION_REVISION 3
|
||||||
#define VERSION_PATCH_LEVEL 9
|
#define VERSION_PATCH_LEVEL 10
|
||||||
|
|
||||||
#define MODE_SERIAL 0
|
#define MODE_SERIAL 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user