get 返回数据过大怎么办?
和心天气的 api, 浏览器里测试正常:https://devapi.heweather.net/v7/weather/now?gzip=n&location=101270101&key=f3ea3c98de4f48d5b56c376b3e4b2e82
https://devapi.heweather.net/v7/air/now?gzip=n&location=101270101&key=f3ea3c98de4f48d5b56c376b3e4b2e82
但是, arduino里
v7/weather 返回温度等没问题
v7/air 返回空气质量,数据量比较大,目测超过1000字符,于是打印出 https.getString()是空的 ?( https.GET() = 200 说明服务器返回正常的)
使用 JSON解析https://github.com/bblanchon/ArduinoJson 换个内存大点的ESP32
页:
[1]