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

@ -6,7 +6,7 @@
#include "ConfigSettings.h"
#include "MQTT.h"
#include "Somfy.h"
#include "Network.h"
#include "ESPNetwork.h"
#include "Utils.h"
static const char *TAG = "MQTT";
@ -19,7 +19,7 @@ static char g_content[MQTT_MAX_RESPONSE];
extern ConfigSettings settings;
extern SomfyShadeController somfy;
extern Network net;
extern ESPNetwork net;
extern rebootDelay_t rebootDelay;