Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wifi_provisioning/manager.h failed to compile after menuconfig (IDFGH-14821) #15549

Open
3 tasks done
eiffel31 opened this issue Mar 10, 2025 · 0 comments
Open
3 tasks done
Labels
Status: In Progress Work is in progress Type: Bug bugs in IDF

Comments

@eiffel31
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • 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.

bug_report.zip

Build or installation Logs.


More Information.

No response

@eiffel31 eiffel31 added the Type: Bug bugs in IDF label Mar 10, 2025
@github-actions github-actions bot 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
@espressif-bot espressif-bot added Status: Opened Issue is new Status: In Progress Work is in progress and removed Status: Opened Issue is new labels Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: In Progress Work is in progress Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

2 participants