mirror of
https://github.com/thelsing/knx.git
synced 2025-01-21 00:05:43 +01:00
fix build
This commit is contained in:
parent
45158bb071
commit
389201cf8a
@ -139,7 +139,7 @@ bool Bau07B0::isAckRequired(uint16_t address, bool isGrpAddr)
|
||||
}
|
||||
|
||||
// Also ACK for our own individual address or broadcast
|
||||
if (individualAddress == _deviceObj.individualAddress() || individualAddress == 0)
|
||||
if (address == _deviceObj.individualAddress() || address == 0)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user