forked from me-no-dev/ESPAsyncWebServer
Add header ESPAsyncWebServer.h to AsyncJson.h (#440)
This allows us to include `AsyncJson.h` in other code without the need to first include `ESPAsyncWebServer.h`.
This commit is contained in:
@@ -35,6 +35,7 @@
|
|||||||
#ifndef ASYNC_JSON_H_
|
#ifndef ASYNC_JSON_H_
|
||||||
#define ASYNC_JSON_H_
|
#define ASYNC_JSON_H_
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
|
#include <ESPAsyncWebServer.h>
|
||||||
#include <Print.h>
|
#include <Print.h>
|
||||||
|
|
||||||
#if ARDUINOJSON_VERSION_MAJOR == 5
|
#if ARDUINOJSON_VERSION_MAJOR == 5
|
||||||
|
Reference in New Issue
Block a user