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,9 +4,8 @@
#include <Features.h>
#include <WiFi.h>
#include <AsyncTCP.h>
#include <ArduinoJson.h>
#include <AsyncJson.h>
#include <AsyncJson.h> // TODO needed for AsyncJsonResponse
#include <ESPAsyncWebServer.h>
#define MAX_FEATURES_SIZE 256