Added minimum and maximum to transmitter ID and channel input
This commit is contained in:
@ -13,9 +13,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="contentBox">
|
<div class="contentBox">
|
||||||
<h2>transmitterID (0-65535)</h2>
|
<h2>transmitterID (0-65535)</h2>
|
||||||
<input type="number" id="transmitterIDInput">
|
<input type="number" value="0" min="0" max="65535" id="transmitterIDInput">
|
||||||
<h2>Channel Input (1-3)</h2>
|
<h2>Channel Input (1-3)</h2>
|
||||||
<input type="number" id="channelIDInput">
|
<input type="number" value="1" min="1" max="3" id="channelIDInput">
|
||||||
<h2>LucalEncoded?</h2>
|
<h2>LucalEncoded?</h2>
|
||||||
<input type="checkbox" id="lucalEncodedInput">
|
<input type="checkbox" id="lucalEncodedInput">
|
||||||
<h2>Shock</h2>
|
<h2>Shock</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user