You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependencies: Use espressif8266@^2 where HTTPClient::begin trips
It happens on an outdated Homie installation, `marvinroger/Homie@^2`. Homie/Boot/BootConfig.cpp:282:20: error: call to 'HTTPClient::begin' declared with attribute error: obsolete API, use ::begin(WiFiClient, url) 282 | _httpClient.begin(url); | ~~~~~~~~~~~~~~~~~^~~~~
0 commit comments