添加example

This commit is contained in:
2025-12-29 14:32:03 +08:00
parent 772d6597ce
commit f00727780b
2 changed files with 115 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ typedef enum {
/* 模块 和 订阅数量一定要写完全不加入表中的模块或订阅数量为0的模块无法接收消息 */
#define SUBSCIBE_INFO \
{ \
{GUI, 2, {ACM, VOICE}}, \
{SENSOR, 1, {ACM}}, \
{GUI, 4, {ACM, SENSOR, WIFI, VOICE}}, \
{SENSOR, 1, {GUI}}, \
{ACM, 1, {WIFI}}, \
{WIFI, 0}, \
{VOICE, 3, {ACM, VOICE, GUI}}, \