Browse Source

Add larger FFT size options

master
Jan Svabenik 4 days ago
parent
commit
baa59145a7
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      web/index.html

+ 3
- 0
web/index.html View File

@@ -54,6 +54,9 @@
<option value="2048">2048</option>
<option value="4096">4096</option>
<option value="8192">8192</option>
<option value="16384">16384</option>
<option value="32768">32768</option>
<option value="65536">65536</option>
</select>
</div>



Loading…
Cancel
Save