mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-10 04:22:05 +03:00
Merge branch 'jwatte-esp8266' into esp8266
* jwatte-esp8266: Fix UDP send to not temporarily use connect()
This commit is contained in:
@ -169,7 +169,6 @@ int WiFiUDP::endPacket()
|
||||
return 0;
|
||||
|
||||
_ctx->send();
|
||||
_ctx->disconnect();
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user