call to HTTPClient::begin declared with attribute error: obsolete API, use ::begin(WiFiClient, url)esp8266
call to HTTPClient::begin declared with attribute error: obsolete API, use ::begin(WiFiClient, url)
修改为:
WiFiClient client; //新添加 HTTPClient httpClient; httpClient.begin(client,url);
欢迎讨论,相互学习。
cdtxw@foxmail.com