From e180d5942da65623312bca2280a5e64e96c0848d Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期二, 26 八月 2025 11:09:37 +0800 Subject: [PATCH] V1.77修改滤波参数 --- 源码/核心板/Src/application/modbus.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/modbus.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/modbus.h" index d264843..0b5ef21 100644 --- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/modbus.h" +++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/modbus.h" @@ -10,7 +10,7 @@ #define RS485_TX_ON GPIO_WriteBit(RS485_TX_GPIO, RS485_TX_PIN, Bit_SET) #define RS485_TX_OFF GPIO_WriteBit(RS485_TX_GPIO, RS485_TX_PIN, Bit_RESET) -#define MODBUS_SIZE 1300 +#define MODBUS_SIZE 300 #define WAITDELAYCOUNT 1500 //剩余1位数据等待次数 extern u8 RS485_Addr; -- Gitblit v1.9.3