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