Skip to content

Commit fda6f52

Browse files
committed
Add another example to use FX.25.
1 parent b12e56f commit fda6f52

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

scripts/dw-start.sh

+8-2
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,23 @@ RUNMODE=AUTO
4444

4545
DIREWOLF="direwolf"
4646

47-
#Direwolf start up command :: two examples where example one is enabled
47+
48+
#Direwolf start up command :: Uncomment only one of the examples.
4849
#
4950
# 1. For normal operation as TNC, digipeater, IGate, etc.
5051
# Print audio statistics each 100 seconds for troubleshooting.
5152
# Change this command to however you wish to start Direwolf
5253

5354
DWCMD="$DIREWOLF -a 100"
5455

56+
# 2. FX.25 Forward Error Correction (FEC) will allow your signal to
57+
# go farther under poor radio conditions. Add "-X 1" to the command line.
58+
59+
#DWCMD="$DIREWOLF -a 100 -X 1"
60+
5561
#---------------------------------------------------------------
5662
#
57-
# 2. Alternative for running with SDR receiver.
63+
# 3. Alternative for running with SDR receiver.
5864
# Piping one application into another makes it a little more complicated.
5965
# We need to use bash for the | to be recognized.
6066

0 commit comments

Comments
 (0)