Skip to content

Commit

Permalink
Expose the raw bindings to the netif bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Nov 8, 2024
1 parent e86faf9 commit 5b0acc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@

#ifdef ESP_IDF_COMP_ESP_NETIF_ENABLED
#include "esp_netif.h"
#if ESP_IDF_VERSION_MAJOR > 4 && defined(CONFIG_ESP_NETIF_TCPIP_LWIP) && defined(CONFIG_ESP_NETIF_BRIDGE_EN)
#include "esp_netif_br_glue.h"
#endif
#ifdef CONFIG_LWIP_PPP_SUPPORT
#include "esp_netif_ppp.h"
#endif
Expand Down

0 comments on commit 5b0acc2

Please sign in to comment.