mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 19:45:09 +00:00
refactoring SettingsForm
This commit is contained in:
+3
-3
@@ -551,10 +551,10 @@ begin
|
||||
FANFEnabled := False;
|
||||
FRXAccPos := 0;
|
||||
// Analyzer defaults
|
||||
FFFTSize := 4096;
|
||||
FFFTSize := 131072;
|
||||
FWindowType := 2; // Hann
|
||||
FDisplayFPS := 20;
|
||||
FEffectiveDisplayFPS := 20.0;
|
||||
FDisplayFPS := 60;
|
||||
FEffectiveDisplayFPS := 60.0;
|
||||
FDisplayPixelCount := SPECTRUM_PIXELS;
|
||||
FSpecDetector := 0; // Peak
|
||||
FSpecAvgMode := 3; // Log Recursive
|
||||
|
||||
Reference in New Issue
Block a user