摘要: 本代码主要实现了,监听一个UDP端口,并且在收到消息后,向发送端返回一个Hello字符串 #include <ESP8266WiFi.h> #include <WiFiUdp.h> const char* ssid = "xxxxxx"; const char* password = "xxxxx" 阅读全文
posted @ 2022-04-11 19:27 Mudrobot 阅读(260) 评论(0) 推荐(0) 编辑