摘要: var a =123; `api/${a}/attribute/all` 而且`符号是tab制表符上面的一个按键符号 阅读全文
posted @ 2020-12-26 15:16 天气之子A 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/finedayforu/article/details/108465009 TSR , threshold) ESP32专门提供了电容触摸传感器的功能, 共有T0,T2~T9 共 9个touch传感器可用.分别对应引脚4、2、15、13、12、14、 阅读全文
posted @ 2020-12-26 13:45 天气之子A 阅读(835) 评论(0) 推荐(0) 编辑
摘要: 参考:cnblogs.com/sam-uncle/p/10979049.html Arduino中NVS的库:https://github.com/TridentTD/TridentTD_ESP32NVS 阅读全文
posted @ 2020-12-26 10:57 天气之子A 阅读(712) 评论(0) 推荐(0) 编辑
摘要: 参考:https://github.com/PaulStoffregen/Time 阅读全文
posted @ 2020-12-25 14:52 天气之子A 阅读(3090) 评论(2) 推荐(0) 编辑
摘要: ESP8266WiFiSTA库:http://www.taichi-maker.com/homepage/iot-development/iot-dev-reference/esp8266-c-plus-plus-reference/esp8266wifista/ ESP8266WiFiAP库:ht 阅读全文
posted @ 2020-12-24 10:15 天气之子A 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 参考:https://api.highcharts.com.cn/highcharts#Series https://www.tnblog.net/aojiancc2/article/details/4756 阅读全文
posted @ 2020-12-23 17:25 天气之子A 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.w3school.com.cn/js/js_obj_date.asp https://www.cnblogs.com/zhangxiaoxia/p/9987340.html https://zhuanlan.zhihu.com/p/162910462 阅读全文
posted @ 2020-12-23 13:05 天气之子A 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 参考https://www.cnblogs.com/hongdoudou/p/12677440.html https://segmentfault.com/a/1190000021998652 npm install axios 在main.js中写入如下语句 import axios from ' 阅读全文
posted @ 2020-12-22 10:59 天气之子A 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 1、vue init webpack realtime 阅读全文
posted @ 2020-12-22 10:40 天气之子A 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 参考链接 WiFi.mode(WIFI_STA); WiFi.setSleep(false); //关闭STA模式下wifi休眠,提高响应速度 WiFi.begin(ssid, password); //来源 目的 使用ESP32一般是为了它的WiFi功能,使用这块功能最基本的就是建立/连接网络这些 阅读全文
posted @ 2020-12-20 14:59 天气之子A 阅读(1323) 评论(0) 推荐(0) 编辑