File tree Expand file tree Collapse file tree 5 files changed +146
-67
lines changed Expand file tree Collapse file tree 5 files changed +146
-67
lines changed Original file line number Diff line number Diff line change 46
46
},
47
47
"compilerPath" : " /usr/bin/gcc" ,
48
48
"cStandard" : " c11" ,
49
- "cppStandard" : " c++17"
49
+ "cppStandard" : " c++17" ,
50
+ "configurationProvider" : " ms-vscode.cmake-tools"
50
51
},
51
52
{
52
53
"name" : " Win32" ,
Original file line number Diff line number Diff line change 5
5
"name" : " (gdb) Launch" ,
6
6
"type" : " cppdbg" ,
7
7
"request" : " launch" ,
8
- "program" : " ${workspaceRoot}/bin/gqrx-scanner" ,
8
+ "program" : " ${workspaceRoot}/bin/Debug/ gqrx-scanner" ,
9
9
"args" :
10
10
[
11
- " -y" , " 1"
11
+ " -y" , " 1" ,
12
12
//"-h", "localhost",
13
13
//"-p", "7356",
14
14
//"--mode", "bookmark",
15
15
//"-f 429000000",
16
- //"--min", "430000000",
17
- //"--max", "432000000",
16
+ " --min" , " 460000000" ,
17
+ " --max" , " 463000000" ,
18
+ " -vvv" ,
18
19
//"--tags", "\"ponti\"",
19
20
//"-d", "2"
20
21
],
27
28
{
28
29
"description" : " Enable pretty-printing for gdb" ,
29
30
"text" : " -enable-pretty-printing" ,
30
- "ignoreFailures" : true
31
+ "ignoreFailures" : false
31
32
}
32
33
]
33
34
}
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.6 )
1
+ cmake_minimum_required (VERSION 2.8.12 )
2
2
3
3
project (gqrx-scanner )
4
4
# Set the output folder where your program will be created
Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ gqrx-scanner [-h|--host <host>] [-p|--port <port>] [-m|--mode <sweep|bookmark>]
58
58
-y --date Date Format, default is 0.
59
59
0 = mm-dd-yy
60
60
1 = dd-mm-yy
61
- 2 = yy-mm-dd
62
- This feature has not been implemented yet.
63
61
64
62
-q, --squelch_delta <dB> If set creates bottom squelch just
65
63
for listening. It may reduce unnecessary squelch audio supress.
You can’t perform that action at this time.
0 commit comments