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); 

 

posted @ 2023-08-25 09:54  txwtech  阅读(166)  评论(0编辑  收藏  举报