feat(lwip): Add UDP sync process trigger

This commit is contained in:
Dong Heng
2018-08-29 11:53:18 +08:00
parent 3a33beb28d
commit 1ca16e5a13
5 changed files with 48 additions and 9 deletions

View File

@ -238,6 +238,8 @@ static int low_level_send_cb(esp_aio_t* aio)
pbuf_free(pbuf);
udp_sync_trigger();
return 0;
}