Skip to content

Commit

Permalink
fix Tunnel Log Output
Browse files Browse the repository at this point in the history
  • Loading branch information
Ing-Dom committed Jun 3, 2024
1 parent 5227d71 commit 0bdbc3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/knx/ip_data_link_layer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -629,9 +629,9 @@ void IpDataLinkLayer::loopHandleConnectRequest(uint8_t* buffer, uint16_t length,
if(resTunActive) println("Reserved Tunnel Feature active");

if(tunCtrlBytes)
printHex("tunCtrlBytes", tunCtrlBytes, 4);
printHex("tunCtrlBytes", tunCtrlBytes, KNX_TUNNELING);
if(tunCtrlIp)
printHex("tunCtrlIp", tunCtrlIp, 16);
printHex("tunCtrlIp", tunCtrlIp, KNX_TUNNELING*4);
#endif

// check if there is a reserved tunnel for the source
Expand Down

0 comments on commit 0bdbc3f

Please sign in to comment.