reconstruct application

This commit is contained in:
Terrence
2024-10-03 06:39:22 +08:00
parent e59be04394
commit 879f1cc21e
26 changed files with 927 additions and 639 deletions

View File

@@ -1,12 +1,12 @@
#include "FirmwareUpgrade.h"
#include "SystemInfo.h"
#include "cJSON.h"
#include "esp_log.h"
#include "esp_partition.h"
#include "esp_http_client.h"
#include "esp_ota_ops.h"
#include "esp_app_format.h"
#include "Ml307Http.h"
#include <cJSON.h>
#include <esp_log.h>
#include <esp_partition.h>
#include <esp_http_client.h>
#include <esp_ota_ops.h>
#include <esp_app_format.h>
#include <vector>
#include <sstream>
#include <algorithm>