fengzhihean

导航

随笔分类 -  物联网

用esp8266向外界发送网络信号
摘要:#include <ESP8266WiFi.h> const char *ssid="fengzhihean";const char *password="12345678"; void setup() { Serial.begin(115200); WiFi.softAP(ssid,passwor 阅读全文

posted @ 2022-10-28 19:43 风止何安,璃月 阅读(44) 评论(0) 推荐(0)