diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 9a7432d..960ac3c 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -46,7 +46,8 @@ }, "compilerPath": "/usr/bin/gcc", "cStandard": "c11", - "cppStandard": "c++17" + "cppStandard": "c++17", + "configurationProvider": "ms-vscode.cmake-tools" }, { "name": "Win32", diff --git a/.vscode/launch.json b/.vscode/launch.json index 58f033a..15a1922 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,16 +5,17 @@ "name": "(gdb) Launch", "type": "cppdbg", "request": "launch", - "program": "${workspaceRoot}/bin/gqrx-scanner", + "program": "${workspaceRoot}/bin/Debug/gqrx-scanner", "args": [ - "-y", "1" + "-y", "1", //"-h", "localhost", //"-p", "7356", //"--mode", "bookmark", //"-f 429000000", - //"--min", "430000000", - //"--max", "432000000", + "--min", "460000000", + "--max", "463000000", + "-vvv", //"--tags", "\"ponti\"", //"-d", "2" ], @@ -27,7 +28,7 @@ { "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", - "ignoreFailures": true + "ignoreFailures": false } ] } diff --git a/CMakeLists.txt b/CMakeLists.txt index df1bf7e..17aa60a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.8.12) project(gqrx-scanner) # Set the output folder where your program will be created diff --git a/README.md b/README.md index 553b086..8dbd461 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,6 @@ gqrx-scanner [-h|--host ] [-p|--port ] [-m|--mode ] -y --date Date Format, default is 0. 0 = mm-dd-yy 1 = dd-mm-yy - 2 = yy-mm-dd - This feature has not been implemented yet. -q, --squelch_delta If set creates bottom squelch just for listening. It may reduce unnecessary squelch audio supress. diff --git a/gqrx-scan.c b/gqrx-scan.c index 5e94748..c77bd63 100644 --- a/gqrx-scan.c +++ b/gqrx-scan.c @@ -167,18 +167,14 @@ void print_usage ( char *name ) printf ("-e, --max Frequency range ends with this in Hz. Incompatible with -f\n"); printf ("-s, --step Frequency step in Hz. Default: %llu\n", g_default_scan_bw); printf ("-d, --delay