BLEMesh provisioner cannot send messages when disabling provisioning
Posted: Tue Nov 28, 2023 8:12 pm
Hi,
I have a project where i have a ESP32S3 as a provisioner running as level client. And i would like to have a button that activate/deactivate provisioning. So that i can control when a new device can be provisioned (without the use of a phone).
But the problem is when i run the function is successfully disables provisioning. But after that my level client cannot send any messages to other nodes
What am i missing here?
Best regards
Christian
I have a project where i have a ESP32S3 as a provisioner running as level client. And i would like to have a button that activate/deactivate provisioning. So that i can control when a new device can be provisioned (without the use of a phone).
But the problem is when i run the function
Code: Select all
esp_ble_mesh_provisioner_prov_disable
What am i missing here?
Best regards
Christian