Correctio nd'un bug, oubli d'un pbuf_free()

This commit is contained in:
Samuel 2026-05-20 20:17:27 +02:00
parent 3cb9cb3eed
commit c4417ba6ef

1
Wifi.c
View File

@ -52,6 +52,7 @@ void udp_receive_callback(void *arg, struct udp_pcb *pcb, struct pbuf *p, const
udp_receive_put_in_buffer(((char*)p->payload)[i]);
}
printf("\n");
pbuf_free(p);
}
int UDP_client_init(void){