mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-09-28 15:21:03 +02:00
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