From 2a3de0d746bf319125beacd2c0faed970c0d1857 Mon Sep 17 00:00:00 2001 From: Eggert Jung Date: Thu, 19 May 2022 19:16:05 +0200 Subject: [PATCH] increase baudrate for performance --- code/modbus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modbus.h b/code/modbus.h index 8bc3885..2c0223d 100644 --- a/code/modbus.h +++ b/code/modbus.h @@ -52,7 +52,7 @@ THE POSSIBILITY OF SUCH DAMAGE. /* define baudrate of modbus */ #ifndef BAUD -#define BAUD 38400L +#define BAUD 115200L #endif /*