increase kFunctionPropertyResultBufferMaxSize to 0xFF

This commit is contained in:
Marco Scholl 2023-09-14 19:55:20 +02:00
parent 4c16a38803
commit f89a3919e4

View File

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