Skip to content

Commit 96a5ddc

Browse files
authored
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.
1 parent 9fe34f6 commit 96a5ddc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libraries/HTTPClient/src/HTTPClient.h

+2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
#ifndef HTTPClient_H_
2828
#define HTTPClient_H_
2929

30+
#ifndef HTTPCLIENT_1_1_COMPATIBLE
3031
#define HTTPCLIENT_1_1_COMPATIBLE
32+
#endif
3133

3234
#include <memory>
3335
#include <Arduino.h>

0 commit comments

Comments
 (0)