摘要:
概念: Zeroconf (Zero-configuration networking 零配置联网) 功能: 1 自动配置IP地址 (Link-local 地址), 2 自动配置并解析域名,这项技术被称为 mDNS (Multicast Domain Name Service,多点发送域名服务) 3 阅读全文
摘要:
#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 阅读全文