摘要: #include //重启 ESP.reset(); 阅读全文
posted @ 2017-06-08 21:33 xiaohe520 阅读(1235) 评论(0) 推荐(0) 编辑
摘要: #include uint8_t MAC_array_STA[6]; uint8_t MAC_array_AP[6]; char MAC_char_STA[18]; char MAC_char_AP[18]; void setup() { Serial.begin(115200); Serial.println(); WiFi.macAddress(MAC_array_STA... 阅读全文
posted @ 2017-06-08 19:35 xiaohe520 阅读(2903) 评论(0) 推荐(0) 编辑