Hello!
It's possible to send custom data to the ESP32 from this library (https://github.com/omert08/esp_softap_provisioning/blob/main/example/lib/wifi_screen/wifi_bloc.dart#L62) after registering a custom endpoint on the ESP with wifi_prov_mgr_endpoint_register("custom-data", custom_prov_data_handler, NULL);, as you previously told me.
I'm wondering if it's possible to also receive custom data from the device with this library?
Hello!
It's possible to send custom data to the ESP32 from this library (https://github.com/omert08/esp_softap_provisioning/blob/main/example/lib/wifi_screen/wifi_bloc.dart#L62) after registering a custom endpoint on the ESP with
wifi_prov_mgr_endpoint_register("custom-data", custom_prov_data_handler, NULL);, as you previously told me.I'm wondering if it's possible to also receive custom data from the device with this library?