摘要:
Then, call the WiFi.hostname() function before calling WiFi.begin(). WiFi.hostname(newHostname.c_str()); 代码 /* Rui Santos Complete project details at 阅读全文
摘要:
//例子介绍:8266作为WiFiServer端,打开TCP调试助手,模拟TCP Client的请求 // 本机 ID 是 ESP_1C444B #include <SoftwareSerial.h> //实例化软串口 SoftwareSerial mySerial(D1, D2); // RX, 阅读全文