E016H typo fix

This commit is contained in:
Pascal Langer 2019-02-28 21:45:16 +01:00
parent 536d7f6124
commit 74cc63e6dd
2 changed files with 3 additions and 3 deletions

View File

@ -266,9 +266,9 @@ uint16_t E01X_callback()
if (bind_counter == 0)
{
if(sub_protocol==E016H)
HS6200_SetTXAddr(rx_tx_addr, E01X_ADDRESS_LENGTH);
XN297_SetTXAddr(rx_tx_addr, E01X_ADDRESS_LENGTH);
else
XN297_SetTXAddr(rx_tx_addr, E01X_ADDRESS_LENGTH);
HS6200_SetTXAddr(rx_tx_addr, E01X_ADDRESS_LENGTH);
BIND_DONE;
}
else

View File

@ -19,7 +19,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define VERSION_REVISION 1
#define VERSION_PATCH_LEVEL 26
#define VERSION_PATCH_LEVEL 27
//******************
// Protocols