mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into dev
This commit is contained in:
@@ -38,7 +38,7 @@ void Modbus::start(uint8_t systemServerId, uint16_t port, uint8_t max_clients, u
|
||||
}
|
||||
}
|
||||
modbusServer_->start(port, max_clients, timeout);
|
||||
LOG_INFO("Modbus server with ID %d started on port %d", systemServerId, port);
|
||||
LOG_INFO("Starting Modbus service (ID %d, port %d)", systemServerId, port);
|
||||
#else
|
||||
if (!check_parameter_order()) {
|
||||
LOG_ERROR("Unable to enable Modbus - the parameter list order is corrupt. This is a firmware bug.");
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define EMSESP_APP_VERSION "3.7.1-dev.12"
|
||||
#define EMSESP_APP_VERSION "3.7.1-dev.13"
|
||||
Reference in New Issue
Block a user