Answers for "call to 'HTTPClient::begin' declared with attribute error: obsolete API, use ::begin(WiFiClient, url)"

0

call to 'HTTPClient::begin' declared with attribute error: obsolete API, use ::begin(WiFiClient, url)

WiFiClient client;
HTTPClient http;
http.begin(client, "url");
Posted by: Guest on April-12-2022

Browse Popular Code Answers by Language