mirror of
https://github.com/thelsing/knx.git
synced 2025-01-21 00:05:43 +01:00
increase max pdu length
This commit is contained in:
parent
1b626808ca
commit
a3944963f9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user