mirror of
https://github.com/cnlohr/lolra.git
synced 2026-06-15 07:19:25 +00:00
Change gen code from rebuilding tree constantly.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user