diff --git a/src/AsyncJson.h b/src/AsyncJson.h index 37f544d..633f00c 100644 --- a/src/AsyncJson.h +++ b/src/AsyncJson.h @@ -55,7 +55,7 @@ class AsyncJsonResponse: public AsyncAbstractResponse { JsonVariant _root; bool _isValid; public: - AsyncJsonResponse(bool isArray): _isValid{false} { + AsyncJsonResponse(bool isArray=false): _isValid{false} { _code = 200; _contentType = "text/json"; if(isArray)