Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 96a5ddc

Browse files
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‎

Lines changed: 2 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /