mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2026-01-28 09:42:18 +01:00
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_
|
||||
#define ASYNC_JSON_H_
|
||||
#include <ArduinoJson.h>
|
||||
#include <ESPAsyncWebServer.h>
|
||||
#include <Print.h>
|
||||
|
||||
#if ARDUINOJSON_VERSION_MAJOR == 5
|
||||
|
||||
Reference in New Issue
Block a user