feat(rs485): 0x3D DIP查询从BLE配置实时映射灵敏度/输出/延时
- rs485_700bs.c: handle_query_dip() 从 g_loop_cng_unit 读取 sensitvity/output_mode/exist_mode/delay_time,映射为 DIP1-5 位 - rs485_700bs.h: 恢复 CMD_QUERY_DIP / RSP_DIP 常量 - docs: 添加 DLD-700BS V1.15 使用说明书 MD 版 - DLD154Pro 无物理拨码,所有配置通过 BLE 管理,0x3D 返回当前有效参数
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#define CMD_QUERY_STATUS 0xFA // 查询有车状态 + 线圈好坏
|
||||
#define CMD_QUERY_FREQ 0x1B // 查询线圈频率
|
||||
#define CMD_RESET_INIT 0x2C // 复位初始化线圈
|
||||
#define CMD_QUERY_DIP 0x3D // 查询拨码 DIP1-5
|
||||
#define CMD_QUERY_DIP 0x3D // 查询拨码 DIP1-5 (灵敏度/输出/延时)
|
||||
|
||||
/* 回复码 (从机→主机) */
|
||||
#define RSP_STATUS 0xF5 // 状态回复
|
||||
|
||||
Reference in New Issue
Block a user