摘要: 如何上拉引脚: pinMode(D0,INPUT_PULLUP); 翻译 搜索 复制 阅读全文
posted @ 2023-08-25 16:05 txwtech 阅读(109) 评论(1) 推荐(0) 编辑
摘要: call to HTTPClient::begin declared with attribute error: obsolete API, use ::begin(WiFiClient, url) 修改为: WiFiClient client; //新添加 HTTPClient httpClien 阅读全文
posted @ 2023-08-25 09:54 txwtech 阅读(166) 评论(0) 推荐(0) 编辑