File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -44,17 +44,23 @@ RUNMODE=AUTO
44
44
45
45
DIREWOLF=" direwolf"
46
46
47
- # Direwolf start up command :: two examples where example one is enabled
47
+
48
+ # Direwolf start up command :: Uncomment only one of the examples.
48
49
#
49
50
# 1. For normal operation as TNC, digipeater, IGate, etc.
50
51
# Print audio statistics each 100 seconds for troubleshooting.
51
52
# Change this command to however you wish to start Direwolf
52
53
53
54
DWCMD=" $DIREWOLF -a 100"
54
55
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
+
55
61
# ---------------------------------------------------------------
56
62
#
57
- # 2 . Alternative for running with SDR receiver.
63
+ # 3 . Alternative for running with SDR receiver.
58
64
# Piping one application into another makes it a little more complicated.
59
65
# We need to use bash for the | to be recognized.
60
66
You can’t perform that action at this time.
0 commit comments