You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
v5.4
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
What is the expected behavior?
I modified many settings using idf.py menuconfig
I try to remove as many wifi options as possible to speed up wifi connection on local only wifi network at startup.
What is the actual behavior?
idf.py build failed with the following error message:
In file included from /users/[...]/esp-idf_v5.4/components/wifi_provisioning/src/wifi_provisioning_priv.h:12,
from /users/[...]/esp-idf_v5.4/components/wifi_provisioning/src/manager.c:26:
/users/[...]/esp-idf_v5.4/components/wifi_provisioning/include/wifi_provisioning/manager.h:221:1: error: empty enum is invalid
221 | } wifi_prov_security_t;
| ^
Steps to reproduce.
Create a new empty project and use provided sdkconfig and source file.
github-actionsbot
changed the title
wifi_provisioning/manager.h failed to compile after menuconfig
wifi_provisioning/manager.h failed to compile after menuconfig (IDFGH-14821)
Mar 10, 2025
Answers checklist.
IDF version.
v5.4
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
What is the expected behavior?
I modified many settings using idf.py menuconfig
I try to remove as many wifi options as possible to speed up wifi connection on local only wifi network at startup.
What is the actual behavior?
idf.py build failed with the following error message:
In file included from /users/[...]/esp-idf_v5.4/components/wifi_provisioning/src/wifi_provisioning_priv.h:12,
from /users/[...]/esp-idf_v5.4/components/wifi_provisioning/src/manager.c:26:
/users/[...]/esp-idf_v5.4/components/wifi_provisioning/include/wifi_provisioning/manager.h:221:1: error: empty enum is invalid
221 | } wifi_prov_security_t;
| ^
Steps to reproduce.
Create a new empty project and use provided sdkconfig and source file.
bug_report.zip
Build or installation Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: