mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-24 18:08:27 +01:00
small fixes
This commit is contained in:
parent
eadaf3ce6b
commit
9830337103
@ -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)
|
||||
|
@ -1,5 +1,9 @@
|
||||
{
|
||||
"frequency": 90500000,
|
||||
"bandPlan": "General",
|
||||
"bandPlanEnabled": true,
|
||||
"frequency": 98000000,
|
||||
"max": 0.0,
|
||||
"min": -70.0,
|
||||
"source": "",
|
||||
"sourceSettings": {}
|
||||
}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user