mirror of
https://github.com/thelsing/knx.git
synced 2025-08-13 13:46:20 +02:00
forgotten parameter in callback
This commit is contained in:
parent
5f7e9e2f98
commit
d3cba2e895
@ -47,7 +47,7 @@ void Memory::readMemory()
|
||||
if (_deviceObject.apiVersion == apiVersion)
|
||||
{
|
||||
if (_versionCheckCallback != 0) {
|
||||
versionCheck = _versionCheckCallback(manufacturerId, hardwareType);
|
||||
versionCheck = _versionCheckCallback(manufacturerId, hardwareType, version);
|
||||
// callback should provide infomation about version check failure reasons
|
||||
}
|
||||
else if (_deviceObject.manufacturerId() == manufacturerId &&
|
||||
|
Loading…
Reference in New Issue
Block a user