Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
如何在ble_mesh例程中添加物理按键,实现短按关灯,长按5秒重置配网?哪位大佬指点一下
这个就是添加button模块就行,重置配网执行下面的处理即可 mesh_info_clear(); app_mesh_user_data_clear(); platform_reset_patch(0);
谢谢hwt123456