mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-18 21:03:38 +00:00
insert -g --gain function
This commit is contained in:
parent
b500d0ad3f
commit
0c3ed6d788
3 changed files with 12 additions and 9 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue