We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When enabling Modbus in Settings/Application only the port is pre-filled with the correct default value (502) - "Max Clients" and "Timeout" are empty.
Built from commit 0c52fa1 with
cd interface yarn install yarn typesafe-i18n --no-watch yarn build yarn webUI cd .. pio run -e esp32_16M
Steps to reproduce the behavior:
Max Clients should be pre-filled with 10, Timeout with 1000 ms.
The text was updated successfully, but these errors were encountered:
I'll take a look.
Sorry, something went wrong.
merge with dev, fix emsesp#1771
363e84f
merged with latest dev fixed the UI settings (changed maxClient and timeoutMillis also in C code) made standalone compile
No branches or pull requests
PROBLEM DESCRIPTION
When enabling Modbus in Settings/Application only the port is pre-filled with the correct default value (502) - "Max Clients" and "Timeout" are empty.
REQUESTED INFORMATION
Built from commit 0c52fa1 with
TO REPRODUCE
Steps to reproduce the behavior:
EXPECTED BEHAVIOUR
Max Clients should be pre-filled with 10, Timeout with 1000 ms.
SCREENSHOTS
The text was updated successfully, but these errors were encountered: