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
Checked the issue tracker for similar issues to ensure this is not a duplicate
Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
Tested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
always
Expected behavior
Compiled through
Actual behavior (suspected bug)
The compilation did not pass
Error logs or terminal output
/home/ligaowen/smart_gw/esp_projs/esp-idf-all-5.1/components/wifi_provisioning/src/manager.c: In function'wifi_prov_mgr_configure_meshlite':
/home/ligaowen/smart_gw/esp_projs/esp-idf-all-5.1/components/wifi_provisioning/src/manager.c:1340:22: error: 'WIFI_PROV_CUST_DATA_RECV' undeclared (first use in this function); did you mean 'WIFI_PROV_CRED_RECV'?
1340 | execute_event_cb(WIFI_PROV_CUST_DATA_RECV, data, size);| ^~~~~~~~~~~~~~~~~~~~~~~~
| WIFI_PROV_CRED_RECV
Steps to reproduce the behavior
I couldn't find the definition of the enumerated variable WIFI_PROV_CUST_DATA_RECV from the latest documentation on the official website, and the compilation did not pass
Project release version
the latest
System architecture
other (details in Additional context)
Operating system
Linux
Operating system version
freeRTOS
Shell
other (details in Additional context)
Additional context
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
The compilation shows that the enumerated variable WIFI_PROV_CUST_DATA_RECV does not exist
The compilation shows that the enumerated variable WIFI_PROV_CUST_DATA_RECV does not exist (AEGHB-821)
Sep 20, 2024
Checklist
How often does this bug occurs?
always
Expected behavior
Compiled through
Actual behavior (suspected bug)
The compilation did not pass
Error logs or terminal output
Steps to reproduce the behavior
I couldn't find the definition of the enumerated variable WIFI_PROV_CUST_DATA_RECV from the latest documentation on the official website, and the compilation did not pass
Project release version
the latest
System architecture
other (details in Additional context)
Operating system
Linux
Operating system version
freeRTOS
Shell
other (details in Additional context)
Additional context
No response
The text was updated successfully, but these errors were encountered: