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

Appearance settings

Commit 96a5ddc

Browse filesBrowse files
authored
Allow HTTPCLIENT_1_1_COMPATIBLE to be disabled (espressif#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
Copy full SHA for 96a5ddc

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎libraries/HTTPClient/src/HTTPClient.h

Copy file name to clipboardExpand all lines: libraries/HTTPClient/src/HTTPClient.h
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.