This commit is contained in:
Mathieu Carbou
2024-07-29 18:55:03 +02:00
parent b20e646658
commit f374fabaa2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1012,7 +1012,7 @@ int8_t AsyncClient::_recv(tcp_pcb* pcb, pbuf* pb, int8_t err) {
int8_t AsyncClient::_poll(tcp_pcb* pcb){
if(!_pcb){
log_d("pcb is NULL");
// log_d("pcb is NULL");
return ERR_OK;
}
if(pcb != _pcb){