From 511ef924ba946909bf0c625f0b9d17946db2a34d Mon Sep 17 00:00:00 2001 From: zhaohe Date: Mon, 23 Oct 2023 13:37:07 +0800 Subject: [PATCH] update --- protocol_parser.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/protocol_parser.cpp b/protocol_parser.cpp index a656555..75a43b1 100644 --- a/protocol_parser.cpp +++ b/protocol_parser.cpp @@ -84,12 +84,9 @@ void ZIProtocolParser::onRceivePacket(zcr_cmd_header_t* rxcmd, uint8_t* data, in if (it == m_modulers.end()) { return; } - printf("1\n"); ZIModule* module = it->second; int32_t cmdid = CMDID(rxcmd->cmdmoduleid, rxcmd->subcmdid); - printf("2 %d\n", cmdid); - /******************************************************************************* * module * *******************************************************************************/