mirror of
https://github.com/km4ack/patmenu2.git
synced 2025-05-18 15:50:10 -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
|
#Config file for Pat Menu
|
||||||
#last edit 04MARCH2022 KM4ACK
|
#20200429 KM4ACK
|
||||||
|
MYCALLSIGN=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
|
|
||||||
MAP=usa
|
MAP=usa
|
||||||
#MAP=world
|
RIGCONTROL=yes
|
||||||
|
ARDOP="/home/km4ack/ardop/./piardopc 8515 plughw:1,0 plughw:1,0"
|
||||||
#Use rig control? yes or no
|
ARDOPGUI="/home/km4ack/ardop/./piARDOP_GUI"
|
||||||
#NOTE: autopat will not work without rig control
|
DIREWOLF="direwolf -p"
|
||||||
RIGCONTROL=no
|
KISS="sudo /usr/sbin/kissattach /tmp/kisstnc"
|
||||||
|
AXP=wl2k
|
||||||
#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)
|
|
||||||
RIG="/usr/local/bin/rigctl -m 4"
|
RIG="/usr/local/bin/rigctl -m 4"
|
||||||
|
MODEHF="PKTUSB 3000"
|
||||||
#Mode used for HF digital comms on your radio
|
|
||||||
MODEHF=USB
|
|
||||||
|
|
||||||
#Mode used for packet digital comms on your radio
|
|
||||||
MODE2M=FM
|
MODE2M=FM
|
||||||
|
|
||||||
#port number for pat inbox ie. 127.0.0.1:8080
|
|
||||||
PORT=8080
|
PORT=8080
|
||||||
|
LOG=/home/km4ack/Documents/mylog.txt
|
||||||
#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
|
|
||||||
AMRRON=no
|
AMRRON=no
|
||||||
|
WARN=no
|
||||||
|
WARNMSG=""
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user