mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
adding limits
This commit is contained in:
parent
996b81b53f
commit
dfff14781a
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@
|
|||
<div class="fields">
|
||||
<dl>
|
||||
<dt>Voltage:</dt><dd class="bat-voltage">0 V</dd>
|
||||
<dt>Min Cell Voltage:</dt><dd><input type="number" name="mincellvoltage" step="0.1" value="0" /></dd>
|
||||
<dt>Max Cell Voltage:</dt><dd><input type="number" name="maxcellvoltage" step="0.1" value="0" /></dd>
|
||||
<dt>Min Cell Voltage:</dt><dd><input type="number" name="mincellvoltage" step="0.1" min="1" max="5" value="0" /></dd>
|
||||
<dt>Max Cell Voltage:</dt><dd><input type="number" name="maxcellvoltage" step="0.1" min="1" max="5" value="0" /></dd>
|
||||
<dt>Voltage Scale:</dt><dd><input type="number" name="voltagescale" min="10" max="200" value="0" /></dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue