Added basic PIN to web interface, partially implemented back-end
This commit is contained in:
@ -18,6 +18,8 @@
|
||||
<input type="number" value="1" min="1" max="3" id="channelIDInput">
|
||||
<h2>LucalEncoded?</h2>
|
||||
<input type="checkbox" id="lucalEncodedInput">
|
||||
<h2>PIN</h2>
|
||||
<input type="number" id="shockerPinInput">
|
||||
<h2>Shock</h2>
|
||||
<input type="range" min="0" max="99" value="0" id="shockIntensity" oninput="document.getElementById('sliderValueFirst').value = this.value" class="sliderInput">
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user