mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 14:35:17 +00:00
add gain default value - #84
This commit is contained in:
parent
a6239f2470
commit
b7bab56b73
2 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ try:
|
|||
parser.add_argument("-e", "--error", help="Frequency-Error of your device in PPM", type=int, default=0)
|
||||
parser.add_argument("-a", "--demod", help="Demodulation functions", choices=['FMS', 'ZVEI', 'POC512', 'POC1200', 'POC2400'], required=True, nargs="+")
|
||||
parser.add_argument("-s", "--squelch", help="Level of squelch", type=int, default=0)
|
||||
parser.add_argument("-g", "--gain", help="Level of gain", type=int, default=0)
|
||||
parser.add_argument("-g", "--gain", help="Level of gain", type=int, default=100)
|
||||
parser.add_argument("-u", "--usevarlog", help="Use '/var/log/boswatch' for logfiles instead of subdir 'log' in BOSWatch directory", action="store_true")
|
||||
parser.add_argument("-v", "--verbose", help="Shows more information", action="store_true")
|
||||
parser.add_argument("-q", "--quiet", help="Shows no information. Only logfiles", action="store_true")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue