refactor: added info about the need to restart after changing the gpio

This commit is contained in:
Yurii
2024-01-13 20:35:40 +03:00
parent 07ce1db304
commit 70f2760413
2 changed files with 8 additions and 4 deletions

View File

@@ -77,6 +77,10 @@
</label>
</div>
<fieldset>
<mark>After changing GPIO, the ESP must be restarted for the changes to take effect.</mark>
</div>
<fieldset>
<legend>Options</legend>
<label for="opentherm-dhw-present">
@@ -196,9 +200,9 @@
<label for="sensors-indoor-ble-addresss">
BLE addresss
<input type="text" class="sensors-indoor-ble-addresss" name="sensors[indoor][bleAddresss]" maxlength="17">
<small>ONLY for ESP32</small>
<small>ONLY for some ESP32 which support BLE</small>
</label>
<button type="submit">Save</button>
</form>
</div>
@@ -240,7 +244,7 @@
<input type="number" class="extpump-as-time" name="externalPump[antiStuckTime]" maxlength="2" required>
</label>
</div>
<button type="submit">Save</button>
</form>
</div>

View File

@@ -75,7 +75,7 @@
</fieldset>
<ul>
<li><mark>After a successful upgrade the filesystem, ALL settings will be reset to default values! Save them before upgrading.</mark></li>
<li><mark>After a successful upgrade the filesystem, ALL settings will be reset to default values! Save backup before upgrading.</mark></li>
<li><mark>After a successful upgrade, the device will automatically reboot after 10 seconds.</mark></li>
</ul>