mirror of
https://github.com/la5nta/pat
synced 2026-08-13 17:46:54 -04:00
12 lines
282 B
Text
12 lines
282 B
Text
# Configuration for rigctld systemd unit file from Pat.
|
|
|
|
# Radio model number (-m)
|
|
# (run rigctl -l to find yours)
|
|
MODEL=1
|
|
|
|
# Path to your rig's tty device (-r)
|
|
DEV=/dev/ttyUSB0
|
|
|
|
# Additional parameters passed to rigctld
|
|
# (this example sets serial baud 9600)
|
|
#EXTRA_OPTS="-s 9600"
|