mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
increase kFunctionPropertyResultBufferMaxSize to 0xFF
This commit is contained in:
parent
4c16a38803
commit
f89a3919e4
@ -11,7 +11,7 @@ enum NmReadSerialNumberType
|
||||
NM_Read_SerialNumber_By_ManufacturerSpecific = 0xFE,
|
||||
};
|
||||
|
||||
static constexpr auto kFunctionPropertyResultBufferMaxSize = 64;
|
||||
static constexpr auto kFunctionPropertyResultBufferMaxSize = 0xFF;
|
||||
static constexpr auto kRestartProcessTime = 3;
|
||||
|
||||
BauSystemB::BauSystemB(Platform& platform): _memory(platform, _deviceObj),
|
||||
|
Loading…
Reference in New Issue
Block a user