mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-12 00:02:53 +00:00
Fixed cloud connection for C3
This commit is contained in:
parent
2b5f3f50df
commit
67535b2792
@ -22,11 +22,9 @@ ADC_MODE(ADC_VCC);
|
||||
#include <ESP32SSDP.h>
|
||||
#include <esp_task_wdt.h>
|
||||
#include <lwip/dns.h>
|
||||
#if defined(CONFIG_IDF_TARGET_ESP32C3)
|
||||
#warning "Cloud disabled"
|
||||
#else
|
||||
#include "CloudConnector.h"
|
||||
#endif
|
||||
#if defined(AMS_CLOUD)
|
||||
#include "CloudConnector.h"
|
||||
#endif
|
||||
|
||||
#define WDT_TIMEOUT 120
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user