Added minimum and maximum to transmitter ID and channel input

This commit is contained in:
2026-06-02 21:34:34 +01:00
parent 7ee402c1d0
commit ee402a1072

View File

@ -13,9 +13,9 @@
</div>
<div class="contentBox">
<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>
<input type="number" id="channelIDInput">
<input type="number" value="1" min="1" max="3" id="channelIDInput">
<h2>LucalEncoded?</h2>
<input type="checkbox" id="lucalEncodedInput">
<h2>Shock</h2>