feat: 完成通信帧从机应用层模板

This commit is contained in:
bmy
2024-02-23 22:25:47 +08:00
parent 3a4c25dc4d
commit 399ebeea1a
10 changed files with 87 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
#define BY_TF_PARSE_BUFFER_SIZE (50)
// 注释此项则为主机,否则为从机
// #define BY_TF_DEVICE_SLAVE
#define BY_TF_DEVICE_SLAVE
/********** 从机模式配置选项 **********/
#if defined(BY_TF_DEVICE_SLAVE)