用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
posted @ 2022-10-28 19:43