improvement: low voltage cut off as web ui option

This commit is contained in:
SQ2CPA
2024-03-28 18:28:31 +01:00
parent db21a08904
commit 968d9188be
8 changed files with 31 additions and 18 deletions
+19
View File
@@ -1280,6 +1280,25 @@
>
</div>
</div>
<div class="col-12 mt-3">
<label
for="other.lowVoltageCutOff"
class="form-label"
>Low voltage cut off <small>(Deep sleep below specific voltage)</small></label
>
<input
type="text"
name="other.lowVoltageCutOff"
id="other.lowVoltageCutOff"
placeholder="0"
min="0"
step="0.01"
class="form-control"
/>
<div class="form-text">
MCU will deep sleep when below provided battery voltage to save power. Set to <strong>0</strong> if you don't want this option. <u>Please calibrate your voltage reading first!</u>
</div>
</div>
</div>
</div>
</div>