Skip to content

Commit 95c2298

Browse files
committed
Minor User Guide update to mention IGate debug option.
1 parent 1053bc4 commit 95c2298

File tree

3 files changed

+3
-469
lines changed

3 files changed

+3
-469
lines changed

direwolf.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ int main (int argc, char *argv[])
184184
int d_t_opt = 0; /* "-d t" option for Tracker. Can be repeated for more detail. */
185185
int d_g_opt = 0; /* "-d g" option for GPS. Can be repeated for more detail. */
186186
int d_o_opt = 0; /* "-d o" option for output control such as PTT and DCD. */
187-
int d_i_opt = 0; /* "-d i" option for IGate. Repeat for more detail */
187+
int d_i_opt = 0; /* "-d i" option for IGate. Repeat for more detail */
188188

189189

190190
strlcpy(l_opt, "", sizeof(l_opt));
@@ -447,7 +447,7 @@ int main (int argc, char *argv[])
447447
case 'w': nmea_set_debug (1); break; // not documented yet.
448448
case 'p': d_p_opt = 1; break; // TODO: packet dump for xmit side.
449449
case 'o': d_o_opt++; ptt_set_debug(d_o_opt); break;
450-
case 'i': d_i_opt++; break;
450+
case 'i': d_i_opt++; break;
451451
#if AX25MEMDEBUG
452452
case 'm': ax25memdebug_set(); break; // Track down memory leak. Not documented.
453453
#endif
@@ -695,7 +695,7 @@ int main (int argc, char *argv[])
695695
* log the tracker beacon transmissions with fake channel 999.
696696
*/
697697

698-
log_init(misc_config.logdir);
698+
log_init(misc_config.logdir);
699699
beacon_init (&audio_config, &misc_config);
700700

701701

0 commit comments

Comments
 (0)