Skip to content

Commit 7860480

Browse files
committed
Add hint for better operation.
1 parent c9b7c61 commit 7860480

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ax25_link.c

+4
Original file line numberDiff line numberDiff line change
@@ -4642,6 +4642,8 @@ static void dm_frame (ax25_dlsm_t *S, int f)
46424642
if (f == 1) {
46434643
text_color_set(DW_COLOR_INFO);
46444644
dw_printf ("%s doesn't understand AX.25 v2.2. Trying v2.0 ...\n", S->addrs[PEERCALL]);
4645+
dw_printf ("You can avoid this failed attempt and speed up the\n");
4646+
dw_printf ("process by putting \"V20 %s\" in the configuration file.\n", S->addrs[PEERCALL]);
46454647

46464648
INIT_T1V_SRT;
46474649

@@ -4930,6 +4932,8 @@ static void frmr_frame (ax25_dlsm_t *S)
49304932

49314933
text_color_set(DW_COLOR_INFO);
49324934
dw_printf ("%s doesn't understand AX.25 v2.2. Trying v2.0 ...\n", S->addrs[PEERCALL]);
4935+
dw_printf ("You can avoid this failed attempt and speed up the\n");
4936+
dw_printf ("process by putting \"V20 %s\" in the configuration file.\n", S->addrs[PEERCALL]);
49334937

49344938
INIT_T1V_SRT;
49354939

0 commit comments

Comments
 (0)