diff --git a/src/AsyncJson.h b/src/AsyncJson.h index b5777d6..b12894b 100644 --- a/src/AsyncJson.h +++ b/src/AsyncJson.h @@ -4,14 +4,8 @@ #ifndef ASYNC_JSON_H_ #define ASYNC_JSON_H_ -#if __has_include("ArduinoJson.h") #include -#if ARDUINOJSON_VERSION_MAJOR >= 5 #define ASYNC_JSON_SUPPORT 1 -#else -#define ASYNC_JSON_SUPPORT 0 -#endif // ARDUINOJSON_VERSION_MAJOR >= 5 -#endif // __has_include("ArduinoJson.h") #if ASYNC_JSON_SUPPORT == 1 #include