Decreased verbosity.

This commit is contained in:
Martin Preuss
2023-02-06 21:55:49 +01:00
parent 5cfdaf5ffe
commit 0fb76d384c

View File

@@ -160,6 +160,7 @@ void _packetReceived(AQH_SERIAL *sr, AQH_MSG *msg)
else if (msgType==AQH_MSG_TYPE_VALUE) { /* CPRO_CMD_VALUE */
AQH_MsgValue_DumpToBuffer(msg, dbuf, "received");
fprintf(stdout, "%s", GWEN_Buffer_GetStart(dbuf));
//GWEN_Text_DumpString(ptr, len, 6);
}
else if (msgType==AQH_MSG_TYPE_NEED_ADDRESS) {
AQH_MsgNeedAddr_DumpToBuffer(msg, dbuf, "received");