refactor: increased the max value of dt for pid to 1800 sec

This commit is contained in:
Yurii
2024-10-21 21:34:53 +03:00
parent 0eea1b8121
commit 87b222e7bc
3 changed files with 3 additions and 3 deletions

View File

@@ -341,7 +341,7 @@
<label for="pid-dt">
<span data-i18n>settings.pid.dt</span>
<input type="number" inputmode="numeric" id="pid-dt" name="pid[dt]" min="30" max="600" step="1" required>
<input type="number" inputmode="numeric" id="pid-dt" name="pid[dt]" min="30" max="1800" step="1" required>
</label>
<hr />