Skip to content

Commit

Permalink
Revert "fix serialNumberReadResponse"
Browse files Browse the repository at this point in the history
This reverts commit 9f28f8e.
  • Loading branch information
traxanos committed Dec 20, 2023
1 parent d44606d commit 38300f7
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(11);
CemiFrame frame(13);
APDU& apdu = frame.apdu();
apdu.type(DomainAddressSerialNumberResponse);

Expand Down

0 comments on commit 38300f7

Please sign in to comment.