Skip to content

Commit

Permalink
Merge pull request thelsing#262 from OpenKNX/fix_serialreadnumberresp…
Browse files Browse the repository at this point in the history
…onse

fix serialNumberReadResponse
  • Loading branch information
thelsing authored Dec 6, 2023
2 parents e602b59 + 9f28f8e commit d44606d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/knx/application_layer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ void ApplicationLayer::systemNetworkParameterReadResponse(Priority priority, Hop
void ApplicationLayer::domainAddressSerialNumberReadResponse(Priority priority, HopCountType hopType, const SecurityControl &secCtrl, const uint8_t* rfDoA,
const uint8_t* knxSerialNumber)
{
CemiFrame frame(13);
CemiFrame frame(11);
APDU& apdu = frame.apdu();
apdu.type(DomainAddressSerialNumberResponse);

Expand Down

0 comments on commit d44606d

Please sign in to comment.