06 2021 档案

摘要:esp32开启服务器 #include <WiFi.h> #include <ESPAsyncWebServer.h> const char* ssid = "HYCX_1"; const char* password = "hycx123456"; AsyncWebServer server(80 阅读全文
posted @ 2021-06-08 15:38 挥刀 阅读(1718) 评论(0) 推荐(0)