Merge branch 'lwip' of https://gitlink.org.cn/tuyuyang/xiuos into 2023_open_source_contest

This commit is contained in:
huang
2023-07-17 13:43:19 +08:00
34 changed files with 2872 additions and 1023 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ uint8_t cJSON_Update(const cJSON * const object,const char * const string,void *
void Proscess(void* data)
{
lw_print("ʼJSON");
cJSON *root,*json_name,*json_temp_num,*json_hum_num;
root = cJSON_Parse((char*)data); //解析成json形式