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:
buddydvd
2019-06-22 09:11:32 -07:00
committed by Me No Dev
parent 94271c59a6
commit fbe191d4f0

View File

@@ -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