修改OTA升级为双线程方式,边收数据边升级
This commit is contained in:
@@ -15,7 +15,7 @@ typedef struct
|
||||
esp_ota_handle_t ota_handle;
|
||||
int total_size;
|
||||
uint16_t ota_data_cnt;
|
||||
uint8_t ota_buff[20480 + 512];
|
||||
// uint8_t ota_buff[20480 + 512];
|
||||
}ota_u_t;
|
||||
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user