📜  arduino 客户端断开连接 - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:36.180000             🧑  作者: Mango

代码示例1
WiFiClient client;

WiFi.begin(ssid, pass);
delay(4000);    //Allow connection to be established

client.connect(IP, port_number);    //Connect to server

client.stop()            //Disconnect