Skip to content

Commit

Permalink
fix serialNumberReadResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhobox committed Dec 1, 2023
1 parent e602b59 commit 9f28f8e
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 9f28f8e

Please sign in to comment.