V2.1.0 版本号更新
@@ -47,8 +47,8 @@ extern "C" {
#define web_strdup rt_strdup
#endif
-#define WEBCLIENT_SW_VERSION "2.0.1"
-#define WEBCLIENT_SW_VERSION_NUM 0x20001
+#define WEBCLIENT_SW_VERSION "2.1.0"
+#define WEBCLIENT_SW_VERSION_NUM 0x20100
#define WEBCLIENT_HEADER_BUFSZ 4096
#define WEBCLIENT_RESPONSE_BUFSZ 4096
@@ -1223,7 +1223,7 @@ int webclient_read(struct webclient_session *session, unsigned char *buffer, siz
}
- LOG_E("receive data error(%d).", bytes_read);
+ LOG_D("receive data error(%d).", bytes_read);
if (total_read)
{