Re: How to re-provision ESP with wifi credentials without forcing a reboot?
Posted: Fri Jan 13, 2023 7:01 pm
Are the changes in commit 9bc1cc7 reflected in the appropriate components file ("components/wifi_provisioning/src/manager.c")? I'm asking specifically about function "wifi_prov_mgr_reset_sm_state_for_reprovision". I'm using esp-idf 5.0 but don't see this function in "components/wifi_provisioning/src/manager.c". Any idea why?
I'm asking because when I try to use this function in my app, I get the following error:
I'm asking because when I try to use this function in my app, I get the following error:
implicit declaration of function 'wifi_prov_mgr_reset_sm_state_for_reprovision'; did you mean 'wifi_prov_mgr_reset_sm_state_on_failure'?