Skip to content

Commit

Permalink
Merge pull request #259 from OpenKNX/fixes--increase-kFunctionPropert…
Browse files Browse the repository at this point in the history
…yResultBufferMaxSize

increase kFunctionPropertyResultBufferMaxSize to 0xFF
  • Loading branch information
thelsing authored Sep 20, 2023
2 parents 43ed529 + f89a391 commit f8f34c5
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 f8f34c5

Please sign in to comment.