Skip to content
Snippets Groups Projects
user avatar
Gunar Schorcht authored
Since _esp_wifi_recv_cb is not executed in interrupt context but in the context of the `ets` thread, it is not necessary to pass the`NETDEV_EVENT_ISR` event first. Instead, the receive function can be called directly which result in much faster handling, a less frame lost rate and more robustness.
24b71a7f
History
Name Last commit Last update
..