基本注册和下发关阀,移除阀门测试没啥问题

This commit is contained in:
小马_666 2024-12-16 19:24:09 +08:00
parent 15cc25dd1a
commit 729a210a88
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ static void centralEventCB(gapRoleEvent_t *pEvent)
case GAP_DEVICE_INIT_DONE_EVENT:
{
GAPRole_CentralCancelDiscovery();
logDebug("停止扫,发起直连\r\n");
logDebug("停止扫,发起直连\r\n");
tmos_start_task(MasterCtrTaskId, MASTER_CONNECT_EVT, 800);
}
break;