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.
This commit is contained in:
Clemens Kirchgatterer
2022-01-31 12:08:09 +01:00
committed by GitHub
parent 9fe34f6553
commit 96a5ddcd0e

View File

@ -27,7 +27,9 @@
#ifndef HTTPClient_H_
#define HTTPClient_H_
#ifndef HTTPCLIENT_1_1_COMPATIBLE
#define HTTPCLIENT_1_1_COMPATIBLE
#endif
#include <memory>
#include <Arduino.h>