We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e0353 commit 2c35d71Copy full SHA for 2c35d71
hardware/arduino/firmwares/wifishield/wifiHD/src/ard_tcp.c
@@ -696,6 +696,7 @@ static int udp_start(struct ttcp* ttcp) {
696
WARN("TTCP [%p]: udp connect failed\n", ttcp);
697
return -1;
698
}
699
+ udp_recv(ttcp->upcb, audp_recv_cb, ttcp);
700
} else {
701
/* bind to any IP address on port specified */
702
err = udp_bind(ttcp->upcb, IP_ADDR_ANY, ttcp->port);
0 commit comments