From 96a5ddcd0e6875c78c17cab0d0b6cc1493e8fa2d Mon Sep 17 00:00:00 2001 From: Clemens Kirchgatterer Date: Mon, 31 Jan 2022 12:08:09 +0100 Subject: [PATCH] Allow HTTPCLIENT_1_1_COMPATIBLE to be disabled (#6200) Allow a user to disable the HTTPCLIENT_1_1_COMPATIBLE flag from the command line, or whichever means available. --- libraries/HTTPClient/src/HTTPClient.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/HTTPClient/src/HTTPClient.h b/libraries/HTTPClient/src/HTTPClient.h index 1bb84d6d..fb6a7d4d 100644 --- a/libraries/HTTPClient/src/HTTPClient.h +++ b/libraries/HTTPClient/src/HTTPClient.h @@ -27,7 +27,9 @@ #ifndef HTTPClient_H_ #define HTTPClient_H_ +#ifndef HTTPCLIENT_1_1_COMPATIBLE #define HTTPCLIENT_1_1_COMPATIBLE +#endif #include #include