mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-04-04 22:17:33 +00:00
Add displaying PTT/freq/mode info to the status bar
This commit is contained in:
parent
9957abbb46
commit
dfb5dbd948
10 changed files with 266 additions and 35 deletions
2
args.go
2
args.go
|
|
@ -20,7 +20,7 @@ func parseArgs() {
|
|||
a := getopt.StringLong("address", 'a', "IC-705", "Connect to address")
|
||||
t := getopt.Uint16Long("serial-tcp-port", 'p', 4533, "Expose radio's serial port on this TCP port")
|
||||
s := getopt.BoolLong("enable-serial-device", 's', "Expose radio's serial port as a virtual serial port")
|
||||
i := getopt.Uint16Long("log-interval", 'i', 100, "Status log interval in milliseconds")
|
||||
i := getopt.Uint16Long("log-interval", 'i', 100, "Status bar/log interval in milliseconds")
|
||||
|
||||
getopt.Parse()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue