使用的是esp8266httpclient 库,但是使用 begin 函数的时候出现下面的报错,
call to ‘HTTPClient::begin’ declared with attribute error: obsolete API, use ::begin(WiFiClient, url)
WiFiClient client; //新添加
HTTPClient httpClient;
httpClient.begin(client,url);
*因为库不一样,所以写法也不一样
使用的是esp8266httpclient 库,但是使用 begin 函数的时候出现下面的报错,
call to ‘HTTPClient::begin’ declared with attribute error: obsolete API, use ::begin(WiFiClient, url)
WiFiClient client; //新添加
HTTPClient httpClient;
httpClient.begin(client,url);
*因为库不一样,所以写法也不一样
评论前必须登录!
注册