choose max bits to display on the graph

This commit is contained in:
Lewis Moten
2024-05-02 17:10:37 -04:00
parent 3a3240a48c
commit 05bafca444
2 changed files with 32 additions and 18 deletions

View File

@@ -16,7 +16,6 @@
Last Bit Percent: <input id="last-bit-percent" type="number" min="0" max="100" value="90">%<br>
FFT Size: 2^<input id="fft-size-power-text" type="number" min="5" max="15" value="90"><br>
Smoothing Time Constant: <input id="smoothing-time-constant-text" type="number" min="0.00" max="1.00" step="0.01" value="0.00"><br>
Max Samples on Graph: <input id="max-samples-on-graph" type="number" min="100" max="2000"><br>
<input type="text" id="text-to-send">
<button id="send-button">Send</button>
<h2>Sent</h2>
@@ -37,7 +36,8 @@
<div>
<label>
<input type="checkbox" id="pause-after-end" checked>Pause after end
</label>
</label><br >
Max Bits Displayed: <input id="max-bits-displayed-on-graph" type="number" min="1" max="2000"><br>
</div>
</div>