mirror of
https://github.com/thelsing/knx.git
synced 2025-04-28 01:15:42 +02:00
fix merge
This commit is contained in:
parent
088dd65c81
commit
0f02f1d369
@ -667,15 +667,6 @@ void TpUartDataLinkLayer::requestConfig()
|
|||||||
_platform.writeUart(0xFF); // Dummy Byte needed by NCN only
|
_platform.writeUart(0xFF); // Dummy Byte needed by NCN only
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Set Address for AutoACK Unicast
|
|
||||||
const uint16_t address = _deviceObject.individualAddress();
|
|
||||||
_platform.writeUart(U_SET_ADDRESS_REQ);
|
|
||||||
_platform.writeUart((address >> 8) & 0xFF);
|
|
||||||
_platform.writeUart(address & 0xFF);
|
|
||||||
#ifdef NCN5120
|
|
||||||
_platform.writeUart(0xFF); // Dummy Byte needed by NCN only
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Deviating Config
|
// Deviating Config
|
||||||
if (_repetitions != 0b00110011)
|
if (_repetitions != 0b00110011)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user