2 Commits

Author SHA1 Message Date
Yurii
afe710abd3 fix: `inputmode` attribute fixed for pid min temp on settings page 2025-01-20 03:48:54 +03:00
Yurii
1982843624 chore: bump version to 1.5.2 2025-01-19 22:44:52 +03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ extra_configs = secrets.default.ini
core_dir = .pio core_dir = .pio
[env] [env]
version = 1.5.1 version = 1.5.2
framework = arduino framework = arduino
lib_deps = lib_deps =
bblanchon/ArduinoJson@^7.3.0 bblanchon/ArduinoJson@^7.3.0

View File

@@ -316,7 +316,7 @@
<div class="grid"> <div class="grid">
<label> <label>
<span data-i18n>settings.temp.min</span> <span data-i18n>settings.temp.min</span>
<input type="number" inputmode="numeric" name="pid[minTemp]" min="0" max="0" step="1" required> <input type="number" inputmode="decimal" name="pid[minTemp]" min="0" max="0" step="1" required>
</label> </label>
<label> <label>