forked from me-no-dev/ESPAsyncWebServer
Update AsyncJson.h (#604)
remove extra #endif that should have been dropped as part of 59066bd1e4
This commit is contained in:
@ -166,7 +166,6 @@ public:
|
||||
return len;
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
||||
typedef std::function<void(AsyncWebServerRequest *request, JsonVariant &json)> ArJsonRequestHandlerFunction;
|
||||
|
||||
|
Reference in New Issue
Block a user