change modbus timeout to seconds and default 300 sec, #2254

This commit is contained in:
MichaelDvP
2024-12-04 18:28:13 +01:00
parent a970009d20
commit 55235687ba
6 changed files with 68 additions and 53 deletions

View File

@@ -11,6 +11,11 @@ For more details go to [docs.emsesp.org](https://docs.emsesp.org/).
## Fixed
- long numbers of custom entities [#2267](https://github.com/emsesp/EMS-ESP32/issues/2267)
- modbus command path to `api/` [#2276](https://github.com/emsesp/EMS-ESP32/issues/2276)
## Changed
- show operation in pretty telegram between src and dst [#2263](https://github.com/emsesp/EMS-ESP32/discussions/2263)
- update eModbus to 1.7.2 [#2254](https://github.com/emsesp/EMS-ESP32/issues/2254)
- modbus timeout default to 300 sec, change setting from ms to sec [#2254](https://github.com/emsesp/EMS-ESP32/issues/2254)