increase baudrate for performance

This commit is contained in:
2022-05-19 19:16:05 +02:00
parent 4a42b81529
commit 2a3de0d746

View File

@@ -52,7 +52,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
/* define baudrate of modbus */ /* define baudrate of modbus */
#ifndef BAUD #ifndef BAUD
#define BAUD 38400L #define BAUD 115200L
#endif #endif
/* /*