From a7ee202458c68b790ba34d29bca30194ec99c66b Mon Sep 17 00:00:00 2001 From: Liu_Kai Date: Wed, 28 Apr 2021 19:51:36 +0800 Subject: [PATCH] add code commit --- applications/connection_demo/ethernet_demo/ethernet_demo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/connection_demo/ethernet_demo/ethernet_demo.c b/applications/connection_demo/ethernet_demo/ethernet_demo.c index ba7c74f3..f0010bc6 100644 --- a/applications/connection_demo/ethernet_demo/ethernet_demo.c +++ b/applications/connection_demo/ethernet_demo/ethernet_demo.c @@ -180,6 +180,7 @@ void AtTestCmdEthernet(int argc, char *argv[]) printf("Waiting for msg...\n"); + // Send hfa21 handshake, start cmd mode. ATOrderSend(at_adapter->agent, REPLY_TIME_OUT, NULL, "+++"); UserTaskDelay(100);