Added c6 support

This commit is contained in:
cjkas 2026-03-29 21:53:57 +02:00
parent aa81b95bee
commit 72bfd26443
15 changed files with 143 additions and 54 deletions

View file

@ -3,6 +3,7 @@
#include <Update.h>
#include <HTTPClient.h>
#include <esp_task_wdt.h>
#include <esp_chip_info.h>
#include "esp_log.h"
#include "ConfigSettings.h"
#include "GitOTA.h"
@ -11,7 +12,7 @@
#include "Somfy.h"
#include "Web.h"
#include "WResp.h"
#include "Network.h"
#include "ESPNetwork.h"
@ -21,7 +22,7 @@ extern SocketEmitter sockEmit;
extern SomfyShadeController somfy;
extern rebootDelay_t rebootDelay;
extern Web webServer;
extern Network net;
extern ESPNetwork net;
static const char *TAG = "OTA";