get 返回数据过大怎么办?-Arduino中文社区 - Powered by Discuz! Archiver

kpj001 发表于 2022-6-1 19:35

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 说明服务器返回正常的)

王尼玛1 发表于 2022-6-1 21:26

使用 JSON解析https://github.com/bblanchon/ArduinoJson

XlinliY.Zhang 发表于 2022-6-2 11:09

换个内存大点的ESP32
页: [1]
查看完整版本: get 返回数据过大怎么办?