Fixed cloud connection for C3

This commit is contained in:
Gunnar Skjold
2025-01-22 17:49:38 +01:00
parent 111807a743
commit 2b5f3f50df
5 changed files with 18 additions and 12 deletions

View File

@@ -35,15 +35,14 @@
#include <WebServer.h>
#include <HTTPClient.h>
#include <ESP32SSDP.h>
#if defined(CONFIG_IDF_TARGET_ESP32C3)
#warning "Cloud disabled"
#else
#include "CloudConnector.h"
#endif
#else
#warning "Unsupported board type"
#endif
#if defined(AMS_CLOUD)
#include "CloudConnector.h"
#endif
#include "LittleFS.h"
class AmsWebServer {