Skip to content

Commit cfd977c

Browse files
author
Jeroen88
committed
revert accidentally changed files ESP8266httpUpdate.h and .cpp to origin/master
1 parent 11ea32a commit cfd977c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ bool HTTPClient::begin(String host, uint16_t port, String uri)
316316
}
317317

318318
#pragma GCC diagnostic push
319-
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
319+
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
320320
bool HTTPClient::begin(String host, uint16_t port, String uri, bool https, String httpsFingerprint)
321321
{
322322
if (https) {

0 commit comments

Comments
 (0)