insert -g --gain function

This commit is contained in:
Schrolli91 2015-12-25 23:13:12 +01:00
parent b500d0ad3f
commit 0c3ed6d788
3 changed files with 12 additions and 9 deletions

View file

@ -10,7 +10,7 @@ Global variables
# version info
versionNr = "2.1-dev"
buildDate = "2015/07/31"
buildDate = "2015/12/26"
# Global variables
config = 0
@ -18,4 +18,4 @@ script_path = ""
log_path = ""
# pluginLoader
pluginList = {}
pluginList = {}

View file

@ -49,6 +49,7 @@ def printHeader(args):
if "POC2400" in args.demod:
print "- POC2400"
print "Squelch: "+str(args.squelch)
print "Gain: "+str(args.gain)
if args.verbose:
print "Verbose Mode!"
if args.test: