mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-01 18:27:53 +00:00
E016H typo fix
This commit is contained in:
parent
536d7f6124
commit
74cc63e6dd
@ -266,9 +266,9 @@ uint16_t E01X_callback()
|
|||||||
if (bind_counter == 0)
|
if (bind_counter == 0)
|
||||||
{
|
{
|
||||||
if(sub_protocol==E016H)
|
if(sub_protocol==E016H)
|
||||||
HS6200_SetTXAddr(rx_tx_addr, E01X_ADDRESS_LENGTH);
|
XN297_SetTXAddr(rx_tx_addr, E01X_ADDRESS_LENGTH);
|
||||||
else
|
else
|
||||||
XN297_SetTXAddr(rx_tx_addr, E01X_ADDRESS_LENGTH);
|
HS6200_SetTXAddr(rx_tx_addr, E01X_ADDRESS_LENGTH);
|
||||||
BIND_DONE;
|
BIND_DONE;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 2
|
#define VERSION_MINOR 2
|
||||||
#define VERSION_REVISION 1
|
#define VERSION_REVISION 1
|
||||||
#define VERSION_PATCH_LEVEL 26
|
#define VERSION_PATCH_LEVEL 27
|
||||||
|
|
||||||
//******************
|
//******************
|
||||||
// Protocols
|
// Protocols
|
||||||
|
Loading…
x
Reference in New Issue
Block a user