Minimum RX show time can be set to 0
parent
d15164cc5e
commit
f7c555b478
|
@ -138,7 +138,7 @@
|
|||
<div class="grid-container quarters">
|
||||
<div>
|
||||
<label for="sh_rxtime">Display show RX time (s)</label>
|
||||
<input name="sh_rxtime" id="sh_rxtime" type="number" min="1" max="45" title="show RX packet for seconds">
|
||||
<input name="sh_rxtime" id="sh_rxtime" type="number" min="0" max="45" title="show RX packet for seconds">
|
||||
</div>
|
||||
<div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue