mirror of
https://github.com/Show-maket/EthernetMaket.git
synced 2025-06-27 20:59:37 +00:00
client class
This commit is contained in:
@ -72,8 +72,7 @@ void loop()
|
||||
previousMillis = currentMillis;
|
||||
|
||||
Serial.println("connectNonBlock");
|
||||
client.connectNonBlock(serverIP, SERVER_PORT);
|
||||
client.connectStatus = CONNECT_START;
|
||||
client.startConnection(serverIP, SERVER_PORT);
|
||||
|
||||
dataReady = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user