repair wait time for 'ATOrderSend',optimize bc28 api

This commit is contained in:
Wang_Weigen
2021-10-18 18:04:46 +08:00
parent a4f24a29fc
commit 267528408e
8 changed files with 156 additions and 137 deletions

View File

@@ -81,6 +81,6 @@ int ParseATReply(char* str, const char *format, ...);
void DeleteATReply(ATReplyType reply);
int ATOrderSend(ATAgentType agent, uint32 timeout_s, ATReplyType reply, const char *cmd_expr, ...);
#define REPLY_TIME_OUT 3000
#define REPLY_TIME_OUT 3
#endif