increase baudrate for performance

master
Eggert Jung 3 years ago
parent 4a42b81529
commit 2a3de0d746

@ -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
/* /*