From 9830337103219b8e15dc6df2f95094016e58c8fb Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Sun, 16 Aug 2020 14:26:22 +0200 Subject: [PATCH] small fixes --- CMakeLists.txt | 1 + config.json | 6 +++++- src/main_window.cpp | 7 +++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 635dbbc9..305c0537 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,7 @@ if (MSVC) include_directories(sdrpp "C:/Program Files/PothosSDR/include/volk/") include_directories(sdrpp "C:/Program Files/PothosSDR/include/") else() + # set(CMAKE_CXX_FLAGS "-O3 -std=c++17 -fsanitize=address -g") set(CMAKE_CXX_FLAGS "-O3 -std=c++17 -fsanitize=address -g") include_directories(sdrpp "/usr/include/volk") link_libraries(pthread) diff --git a/config.json b/config.json index cdec8436..2d62f53f 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,9 @@ { - "frequency": 90500000, + "bandPlan": "General", + "bandPlanEnabled": true, + "frequency": 98000000, + "max": 0.0, + "min": -70.0, "source": "", "sourceSettings": {} } \ No newline at end of file diff --git a/src/main_window.cpp b/src/main_window.cpp index ed48f9de..35e6273f 100644 --- a/src/main_window.cpp +++ b/src/main_window.cpp @@ -152,6 +152,13 @@ void windowInit() { // Load last band plan configuration // TODO: Save/load config for audio streams + window size/fullscreen + // Also add a loading screen + // And a module add/remove/change order menu + // get rid of watchers and use if() instead + // Add squelsh + // Bandwidth ajustment + // DSB / CW and RAW modes; + // Write a recorder // Update UI settings