mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
Merge pull request #3753 from letscontrolit/build/ArduinoIDE_compile_error
Add 'client' to http.begin call
This commit is contained in:
@@ -528,7 +528,7 @@ String send_via_http(const String& logIdentifier,
|
||||
#if defined(CORE_POST_2_6_0) || defined(ESP32)
|
||||
http.begin(client, host, port, uri, false); // HTTP
|
||||
#else
|
||||
http.begin(host, port, uri);
|
||||
http.begin(client, host, port, uri);
|
||||
#endif
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user