We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NTP Time: 2024/12/16 18:46:12 [HTTPS] begin... url: https://api.heidai.space/date {"status_code":"connection lost"} { "status_code": "connection lost" } 日期信息json配置失败 { "status_code": "connection lost" } 天气json配置失败 [HTTPS] begin... url: https://api.heidai.space/weather/?location=Wuxi {"status_code":"connection lost"} { "status_code": "connection lost" } 天气json配置失败
The text was updated successfully, but these errors were encountered:
服务器到期换成 cloudflare 了,试了浏览器可以正常打开,但是 esp8266 连不上,空了研究下。。。
Sorry, something went wrong.
内存开小了,修改下SSL缓存就行了:client.setBufferSizes(512, 256)改成client.setBufferSizes(1024, 512)
client.setBufferSizes(512, 256)
client.setBufferSizes(1024, 512)
No branches or pull requests
NTP Time: 2024/12/16 18:46:12 [HTTPS] begin... url: https://api.heidai.space/date
{"status_code":"connection lost"}
{
"status_code": "connection lost"
}
日期信息json配置失败
{
"status_code": "connection lost"
}
天气json配置失败
[HTTPS] begin... url: https://api.heidai.space/weather/?location=Wuxi
{"status_code":"connection lost"}
{
"status_code": "connection lost"
}
天气json配置失败
The text was updated successfully, but these errors were encountered: