mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
add missing setContentType
This commit is contained in:
@@ -175,6 +175,9 @@ class AsyncJsonResponse {
|
||||
|
||||
void setCode(uint16_t) {
|
||||
}
|
||||
|
||||
void setContentType(const char * s) {
|
||||
}
|
||||
};
|
||||
|
||||
typedef std::function<void(AsyncWebServerRequest * request, JsonVariant & json)> ArJsonRequestHandlerFunction;
|
||||
|
||||
Reference in New Issue
Block a user