mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
increase max pdu length
This commit is contained in:
@@ -35,7 +35,7 @@ void DeviceObject::readProperty(PropertyID propertyId, uint32_t start, uint32_t&
|
||||
*data = _prgMode;
|
||||
break;
|
||||
case PID_MAX_APDU_LENGTH:
|
||||
pushWord(15, data);
|
||||
pushWord(254, data);
|
||||
break;
|
||||
case PID_SUBNET_ADDR:
|
||||
*data = ((_ownAddress >> 8) & 0xff);
|
||||
|
||||
Reference in New Issue
Block a user