docs(wifi_prov_mgr): Updated the README.md for reprovisioning usage

Updated the README.md for the reprovisoning usage in wifi_prov_mgr example
and udpated the commnet for wifi_prov_mgr_reset_sm_state_for_reprovision api.
This commit is contained in:
hrushikesh.bhosale
2025-05-13 10:50:27 +05:30
parent 4ffb3fb32d
commit 619caaa79f
2 changed files with 58 additions and 0 deletions

View File

@@ -539,6 +539,12 @@ void app_main(void)
}
/* Resetting provisioning state machine to enable re-provisioning */
/* NOTE: This API is used only for demonstration purposes in this example.
* In real-world firmware applications, you should NOT call this API directly.
* Instead, the external provisioning entity should trigger reprovisioning by sending
* a command through the provisioning control endpoint, which will internally
* trigger same behaviour to reset the provisioning state.
*/
wifi_prov_mgr_reset_sm_state_for_reprovision();
/* Wait for Wi-Fi connection */