2019-05-07 03:58 AM
I'm curious to know what data it sending while clicking on the particular button on BLE mesh app.
I mean packet format while sending and receiving (for eg. It have destination address like that)
2019-05-08 11:31 PM
You can see and print this info using the function "Vendor_WriteLocalDataCb" in vendor.c
There is also a print statement inside this function. Just enable the printing using declaration TF_VENDOR in mesh_cfg_usr.h