modified: include/ModbusSlaveConfigToEEPROM.h

Max BaudRate to 38400
This commit is contained in:
chschloetel 2024-11-02 17:40:07 +01:00
parent 16d109a71b
commit 0e3024effb

View File

@ -24,7 +24,7 @@ private:
*/
static const int MODBUS_ID_ADDRESS = 0; // Speicheradresse für Modbus-ID
static const int BAUD_RATE_ADDRESS = 1; // Speicheradresse für Baudrate
static const int MAX_BAUD_RATE = 115200; // Maximal unterstützte Baudrate
static const int MAX_BAUD_RATE = 38400; // Maximal unterstützte Baudrate
static const int MAX_MODBUS_ID_ADDRESS = 254; // Maximal unterstützte Baudrate
unsigned long lastWriteTimeID = 0; // Last write time for Modbus ID