Page 1 of 1

Provisioning custom data

Posted: Mon Mar 06, 2023 9:36 am
by Stipa88
Hi community,

I'm testing an example "Wi-Fi Provisioning" https://github.com/espressif/esp-idf/tr ... i_prov_mgr and Android App https://github.com/espressif/esp-idf-pr ... ng-android.

I am interested in the following:
what should I change in the existing functions if I want to after entering the wifi name/password,
keep exchanging some of your custom data ?

I registered the function:
wifi_prov_mgr_endpoint_create("Mydata");
wifi_prov_mgr_endpoint_register("Mydata", MyDataProv_handler, NULL);

After providing the credentials, the STA mode is uninitialized, as well as my function.

I would like to stop provisioning in my function after exchanging my data?

Tnx,
Stjepan

Re: Provisioning custom data

Posted: Wed Mar 08, 2023 5:56 am
by Stipa88
Pls, does anyone know?