数据不显示Command,没有打开NET_DEBUG时也不显示

This commit is contained in:
Stone 2016-08-02 04:23:58 +00:00
parent 4effdd9eaa
commit c775515aa7
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ String Esp8266::Send(const String& cmd, cstring expect, cstring expect2, uint ms
// 在接收事件中拦截
WaitExpect we;
we.TaskID = task.ID;
// 数据不显示Command没有打开NET_DEBUG时也不显示
//we.Command = &cmd;
we.Result = &rs;
we.Key1 = expect;