mirror of
https://github.com/km4ack/patmenu2.git
synced 2025-05-18 07:40:11 -07:00
x86 initial
This commit is contained in:
parent
9c23d00c5f
commit
1d8c66db9a
75
config
Normal file → Executable file
75
config
Normal file → Executable file
@ -1,67 +1,18 @@
|
||||
#20191230 KM4ACK
|
||||
#last edit 04MARCH2022 KM4ACK
|
||||
|
||||
#change next line to your call sign
|
||||
MYCALLSIGN=N0CALL
|
||||
|
||||
#command to start ARDOP modem
|
||||
ARDOP="$HOME/ardop/./piardopc 8515 plughw:1,0 plughw:1,0"
|
||||
|
||||
#Path to ardop-gui if installed
|
||||
ARDOPGUI=$HOME/ardop/./piARDOP_GUI
|
||||
|
||||
#command to start direwolf
|
||||
DIREWOLF="direwolf -p"
|
||||
|
||||
#Kiss attach command
|
||||
KISS="sudo /usr/sbin/kissattach /tmp/kisstnc"
|
||||
|
||||
#axport name for kissattach
|
||||
AXP=wl2k
|
||||
|
||||
#Set map to use with findardop
|
||||
#Config file for Pat Menu
|
||||
#20200429 KM4ACK
|
||||
MYCALLSIGN=KM4ACK
|
||||
MAP=usa
|
||||
#MAP=world
|
||||
|
||||
#Use rig control? yes or no
|
||||
#NOTE: autopat will not work without rig control
|
||||
RIGCONTROL=no
|
||||
|
||||
#enter your rig control command below. DO NOT enter mode
|
||||
#or frequency commands as these are handled by the script
|
||||
#Be sure to not delete the quotation marks. DO NOT use
|
||||
#"rigctld" here. Use "rigctl"
|
||||
#example for Yaesu 857D
|
||||
#RIG="/usr/local/bin/rigctl -m 122 -r /dev/ttyUSB0 -s 4800"
|
||||
|
||||
#Pass rig control commands through FLRIG (default)
|
||||
RIGCONTROL=yes
|
||||
ARDOP="/home/km4ack/ardop/./piardopc 8515 plughw:1,0 plughw:1,0"
|
||||
ARDOPGUI="/home/km4ack/ardop/./piARDOP_GUI"
|
||||
DIREWOLF="direwolf -p"
|
||||
KISS="sudo /usr/sbin/kissattach /tmp/kisstnc"
|
||||
AXP=wl2k
|
||||
RIG="/usr/local/bin/rigctl -m 4"
|
||||
|
||||
#Mode used for HF digital comms on your radio
|
||||
MODEHF=USB
|
||||
|
||||
#Mode used for packet digital comms on your radio
|
||||
MODEHF="PKTUSB 3000"
|
||||
MODE2M=FM
|
||||
|
||||
#port number for pat inbox ie. 127.0.0.1:8080
|
||||
PORT=8080
|
||||
|
||||
#Path to log file
|
||||
LOG=$HOME/Documents/mylog.txt
|
||||
|
||||
#Below this line is only useful to AMRRON operators. Others shouldn't edit below this line.
|
||||
#NOTE:The AMRRON portion of this script is still experimental.
|
||||
|
||||
#set next line to yes for tri-mode setup
|
||||
LOG=/home/km4ack/Documents/mylog.txt
|
||||
AMRRON=no
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
WARN=no
|
||||
WARNMSG=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user