We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c3c29 commit 5920ecdCopy full SHA for 5920ecd
kiss.c
@@ -906,14 +906,6 @@ static int kiss_get (/* MYFDTYPE fd*/ void )
906
dw_printf ("\nError receiving kiss message from client application. Closing %s.\n\n", pt_slave_name);
907
perror ("");
908
909
- /* Message added between 1.1 beta test and final version 1.1 */
910
-
911
- /* TODO: Determine root cause and find proper solution. */
912
913
- dw_printf ("This is a known problem that sometimes shows up when using with kissattach.\n");
914
- dw_printf ("There are a couple work-arounds described in the Dire Wolf User Guide\n");
915
- dw_printf ("and the Raspberry Pi APRS documents.\n");
916
917
close (pt_master_fd);
918
919
pt_master_fd = MYFDERROR;
0 commit comments