摘要: arduino esp8266连接WIFI-打印IP地址mac地址--启动服务端server等待连接 arduino ESP8266设置静态IP 方法 #include <ESP8266WiFi.h> const char* ssid = "txw--tech"; const char* passw 阅读全文
posted @ 2023-04-16 15:16 txwtech 阅读(806) 评论(0) 推荐(0)
摘要: arduino ESP8266设置静态IP arduino esp8266连接WIFI-打印IP地址mac地址--启动服务端server等待连接 #include <Arduino.h> #include <ESP8266WiFi.h> #include <ESP8266WiFiMulti.h> # 阅读全文
posted @ 2023-04-16 15:11 txwtech 阅读(810) 评论(0) 推荐(0)