mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-05 15:35:01 -04:00
Minor re-tweak of main waterfall default lines, version bump
This commit is contained in:
+2
-1
@@ -38,7 +38,8 @@ const char filePathSeparator =
|
||||
#define DEFAULT_SCOPE_FFT_SIZE (DEFAULT_FFT_SIZE / 2)
|
||||
|
||||
//Both must be a power of 2 to prevent terrible OpenGL performance.
|
||||
#define DEFAULT_MAIN_WATERFALL_LINES_NB 1024
|
||||
//TODO: Make the waterfall resolutions an option.
|
||||
#define DEFAULT_MAIN_WATERFALL_LINES_NB 512 // 1024
|
||||
#define DEFAULT_DEMOD_WATERFALL_LINES_NB 256
|
||||
|
||||
#define DEFAULT_DEMOD_TYPE "FM"
|
||||
|
||||
Reference in New Issue
Block a user