diff --git a/components/lwip/port/esp8266/netif/ethernetif.c b/components/lwip/port/esp8266/netif/ethernetif.c index 19d74053..4c9162bb 100644 --- a/components/lwip/port/esp8266/netif/ethernetif.c +++ b/components/lwip/port/esp8266/netif/ethernetif.c @@ -208,7 +208,9 @@ static int low_level_send_cb(esp_aio_t *aio) pbuf_free(pbuf); +#if ESP_UDP udp_sync_trigger(); +#endif return 0; }