Change gen code from rebuilding tree constantly.

This commit is contained in:
cnlohr
2024-10-28 23:19:06 -07:00
parent 710a07d913
commit 21a585236d
3 changed files with 29 additions and 10 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ function computeTable()
contents += "<TH COLSPAN=1>" + h + "</TH>";
}
for( let n = 0|28; n <= 96; n+=2 )
for( let n = 0|42; n <= 96; n+=2 )
{
let freq = ( xtal / n );
let goertzelpoint = 0;