mirror of
https://github.com/me-no-dev/AsyncTCP.git
synced 2025-08-18 03:50:58 +02:00
Fix link
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# AsyncTCP
|
# AsyncTCP
|
||||||
|
|
||||||
[](https://opensource.org/license/lgpl-3-0/)
|
[](https://opensource.org/license/lgpl-3-0/)
|
||||||
[](https://github.com/mathieucarbou/AsyncTCP/actions/workflows/push.yml)
|
[](https://github.com/mathieucarbou/AsyncTCP/actions/workflows/ci.yml)
|
||||||
[](https://registry.platformio.org/libraries/mathieucarbou/AsyncTCP)
|
[](https://registry.platformio.org/libraries/mathieucarbou/AsyncTCP)
|
||||||
|
|
||||||
A fork of the [AsyncTCP](https://github.com/me-no-dev/AsyncTCP) library by [@me-no-dev](https://github.com/me-no-dev) for [ESPHome](https://esphome.io).
|
A fork of the [AsyncTCP](https://github.com/me-no-dev/AsyncTCP) library by [@me-no-dev](https://github.com/me-no-dev) for [ESPHome](https://esphome.io).
|
||||||
|
@@ -1012,7 +1012,7 @@ int8_t AsyncClient::_recv(tcp_pcb* pcb, pbuf* pb, int8_t err) {
|
|||||||
|
|
||||||
int8_t AsyncClient::_poll(tcp_pcb* pcb){
|
int8_t AsyncClient::_poll(tcp_pcb* pcb){
|
||||||
if(!_pcb){
|
if(!_pcb){
|
||||||
log_d("pcb is NULL");
|
// log_d("pcb is NULL");
|
||||||
return ERR_OK;
|
return ERR_OK;
|
||||||
}
|
}
|
||||||
if(pcb != _pcb){
|
if(pcb != _pcb){
|
||||||
|
Reference in New Issue
Block a user