mirror of
https://github.com/km4ack/patmenu2.git
synced 2025-05-15 22:30:11 -07:00
clean up file
This commit is contained in:
parent
80fe2aaf3d
commit
2e9749ab69
21
config
21
config
@ -1,19 +1,10 @@
|
|||||||
#20191230 KM4ACK
|
#20191230 KM4ACK
|
||||||
|
#last edit 04MARCH2022 KM4ACK
|
||||||
#This setup is designed to work with a VOX soundcard (ie Signalink)
|
|
||||||
#If using a VOX soundcard or radio with a VOX soundcard built in
|
|
||||||
#simply edit the call sign below to yours and change
|
|
||||||
#RIGCONTROL=no to RIGCONTROL=yes below.
|
|
||||||
#Now test the setup. Be sure you have FLRIG open
|
|
||||||
#and configured for your radio.
|
|
||||||
#AMRRON operators see bottom of this file for trimode.
|
|
||||||
|
|
||||||
|
|
||||||
#change next line to your call sign
|
#change next line to your call sign
|
||||||
MYCALLSIGN=N0CALL
|
MYCALLSIGN=N0CALL
|
||||||
|
|
||||||
#enter your piardopc command on the line below
|
#command to start ARDOP modem
|
||||||
#Be sure to not delete the quotation marks.
|
|
||||||
ARDOP="$HOME/ardop/./piardopc 8515 plughw:1,0 plughw:1,0"
|
ARDOP="$HOME/ardop/./piardopc 8515 plughw:1,0 plughw:1,0"
|
||||||
|
|
||||||
#Path to ardop-gui if installed
|
#Path to ardop-gui if installed
|
||||||
@ -52,22 +43,18 @@ MODEHF=USB
|
|||||||
#Mode used for packet digital comms on your radio
|
#Mode used for packet digital comms on your radio
|
||||||
MODE2M=FM
|
MODE2M=FM
|
||||||
|
|
||||||
#port number used by pat html service
|
#port number for pat inbox ie. 127.0.0.1:8080
|
||||||
#pat default is 8080. I prefer 5000
|
|
||||||
PORT=8080
|
PORT=8080
|
||||||
|
|
||||||
#Path to log file
|
#Path to log file
|
||||||
LOG=$HOME/Documents/mylog.txt
|
LOG=$HOME/Documents/mylog.txt
|
||||||
|
|
||||||
#Below this line is only useful to AMRRON operators. Others shouldn't edit below this line.
|
#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.
|
#NOTE:The AMRRON portion of this script is still experimental.
|
||||||
|
|
||||||
#set next line to yes for tri-mode setup
|
#set next line to yes for tri-mode setup
|
||||||
AMRRON=no
|
AMRRON=no
|
||||||
|
|
||||||
#amrron operaters should save/exit this config file after setting above to yes and then run
|
|
||||||
# bash ~/patmenu/trimode
|
|
||||||
#to enable trimode ops
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user