Page 1 of 1

Problems with softap_sta in esp-idf 5.3.1

Posted: Tue Mar 11, 2025 8:23 pm
by RafaelGD
Hello, I use an ESP32-PICO-V3 programming in C with VSCODE, and using esp-idf 4.3.4 when creating a softap_sta with NAT enabled I was able to connect a wifi and share internet via AP, but after updating to esp-idf 5.3.1 I could no longer do this, I am running the example code present in esp-idf 5.3.1 (softap_sta.c), but it does not work, the AP does not have access to the internet, how could I solve this problem? This feature does not work in the most current versions of esp-idf?