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