Skip to content

Commit

Permalink
increase kFunctionPropertyResultBufferMaxSize to 0xFF
Browse files Browse the repository at this point in the history
  • Loading branch information
traxanos committed Sep 14, 2023
1 parent 4c16a38 commit f89a391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/knx/bau_systemB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit f89a391

Please sign in to comment.