Skip to content

Commit

Permalink
ESP8266HTTPClient: fix HTTPCLIENT_TCP_TIMEOUT definition
Browse files Browse the repository at this point in the history
  • Loading branch information
igrr committed Nov 30, 2015
1 parent de8013b commit c10a19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#define DEBUG_HTTPCLIENT(...)
#endif

#define HTTPClient_TCP_TIMEOUT (1000)
#define HTTPCLIENT_TCP_TIMEOUT (1000)

/// HTTP client errors
#define HTTPC_ERROR_CONNECTION_REFUSED (-1)
Expand Down

0 comments on commit c10a19e

Please sign in to comment.