fix(wifi_remote): Fix server event/command race condtion using eventfd

This commit is contained in:
David Cermak
2024-05-30 20:43:15 +02:00
parent 9e13870ad4
commit 732b1d5084
4 changed files with 146 additions and 24 deletions

View File

@ -16,7 +16,7 @@ struct esp_wifi_remote_mac_t {
};
struct esp_wifi_remote_eppp_ip_event {
uint32_t id;
int32_t id;
esp_netif_ip_info_t wifi_ip;
esp_netif_ip_info_t ppp_ip;
esp_netif_dns_info_t dns;