increase max pdu length

This commit is contained in:
Thomas Kunze 2019-07-15 21:22:41 +02:00
parent 1b626808ca
commit a3944963f9

View File

@ -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);