mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Merge pull request #2437 from sngl/ide-1.5.x-yunclient-update
Updated YunClient::connect method'
This commit is contained in:
@ -160,7 +160,7 @@ int YunClient::connect(const char *host, uint16_t port) {
|
||||
if (connected())
|
||||
return 1;
|
||||
|
||||
opened = false;
|
||||
stop();
|
||||
handle = 0;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user