Good morning
I am using esp-idf platform and would like to merge husarnet-join with a wifi passthrough project.
i get this error in the file: managed_components/husarnet__esp_husarnet/husarnet/core/husarnet/ports/esp32/tun.cpp:248:6
error: ‘esp_netif_add_ip6_address’ was not declared in this scope; did you mean ‘netif_add_ip6_address’?
248 | if(esp_netif_add_ip6_address(husarnet_esp_netif, ip6_addr_esp, true) !=
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| netif_add_ip6_address
any help appreciated