remove asyncjson.h

This commit is contained in:
proddy
2021-04-06 11:21:01 +02:00
parent 33c3ef64e9
commit 6c41c49866
12 changed files with 2 additions and 16 deletions

View File

@@ -4,16 +4,13 @@
#include <time.h>
#include <WiFi.h>
#include <AsyncTCP.h>
#include <lwip/apps/sntp.h>
#include <ArduinoJson.h>
#include <AsyncJson.h>
#include <ESPAsyncWebServer.h>
#include <SecurityManager.h>
#include <uuid/common.h>
#define MAX_NTP_STATUS_SIZE 1024
#define NTP_STATUS_SERVICE_PATH "/rest/ntpStatus"