remove port flag and turn rtltcp_compat into an option

This commit is contained in:
Jakob Ketterl
2020-11-23 15:26:01 +01:00
parent 2579b9be26
commit 781b4383d6
2 changed files with 2 additions and 5 deletions

View File

@ -23,7 +23,7 @@ class ConnectorSource(SdrSource):
"controlPort": Option("-c"),
"device": Option("-d"),
"iqswap": Flag("-i"),
"rtltcp_compat": Flag("-r"),
"rtltcp_compat": Option("-r"),
"ppm": Option("-P"),
"rf_gain": Option("-g"),
}