修改打印信息

This commit is contained in:
2026-06-05 11:08:38 +08:00
parent 28b612dd28
commit 7e55f4cb1b
+1 -1
View File
@@ -643,7 +643,7 @@ void DebugCmdLsExclCommUnit(int argc, char *argv[])
for(int i = 0; i < COMMUNIT_NUM_MAX; i++) {
if(GateWay->ConfigPara.ExclCommUnit[i].ExclFlag == true) {
CUCnt++;
DBG_LOG("DevMac: %02X-%02X-%02X-%02X-%02X-%02X\r\n",
DBG_LOG("Exclude DevMac: %02X-%02X-%02X-%02X-%02X-%02X\r\n",
GateWay->ConfigPara.ExclCommUnit[i].ExclMac[0],
GateWay->ConfigPara.ExclCommUnit[i].ExclMac[1],
GateWay->ConfigPara.ExclCommUnit[i].ExclMac[2],