forx157

Results 33 comments of forx157

Hi, @s0be The following code sequence for mesh initialization may meet your needs: ``` esp_ble_mesh_init esp_ble_mesh_set_unprovisioned_device_name esp_ble_mesh_prov_enable ``` The node does not start advertising immediately after esp_ble_mesh_init is called, but...

> > For context, here's the change we made to our app when introducing this patch and it resolved seeing 'ESP-BLE-MESH' as the name: > > ``` > > +...

Sorry no one got back to you earlier. This is indeed an issue and we will be fixing this in the future.

Hi, @jtmullen Thank you very much for your research, regarding what you said about not relaying RPL messages is already supported in IDF 4.4 and later versions, it can be...

@whatdtech ![image](https://github.com/user-attachments/assets/df78285a-bf48-4c39-bc53-e002489f600b) Are you currently using config server with relay enabled? If it's already on, please share your sdkconfig and info level logs with me!

@whatdtech I don't see the client loss message in the log you gave me, in the client log, at the end there is also a message received from the server。...

Sorry for the long delay in getting back to you and many thanks for being patient,We will fix the issue in the future.

Hi, @s0be Sorry this has sat around for an extraordinary long time without further feedback. I've pushed this into our internal review & merge queue, PR will be updated once...

Hi, @s0be Could update your commit info with the following format: `fix(ble_mesh): your commit info`

Hi, @s0be Thanks for that. I've pushed this into our internal review & merge queue, PR will be updated once it's merged to master.