2020年1月22日
摘要: 概念: Zeroconf (Zero-configuration networking 零配置联网) 功能: 1 自动配置IP地址 (Link-local 地址), 2 自动配置并解析域名,这项技术被称为 mDNS (Multicast Domain Name Service,多点发送域名服务) 3 阅读全文
posted @ 2020-01-22 16:55 孤独斗士 阅读(951) 评论(0) 推荐(0) 编辑
摘要: #include <ESP8266WiFi.h> #include <ESP8266WebServer.h> #include "index.h" ESP8266WebServer server(80); int LED_PIN=14; //led灯脚 void setup() { Serial.begin(115200); // put your setup code here, to run 阅读全文
posted @ 2020-01-22 10:27 孤独斗士 阅读(1222) 评论(0) 推荐(0) 编辑