diff --git a/include/ModbusSlaveConfigToEEPROM.h b/include/ModbusSlaveConfigToEEPROM.h index b235e9e..9e57b7a 100644 --- a/include/ModbusSlaveConfigToEEPROM.h +++ b/include/ModbusSlaveConfigToEEPROM.h @@ -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