From 8266ab4c3bb4358aa34952b002477436014f6723 Mon Sep 17 00:00:00 2001 From: Leor Bleier Date: Wed, 8 Apr 2020 16:21:57 -0400 Subject: [PATCH 1/2] Fix 30 - fixes for doxygen warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e6dd04..2a59d4f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This lab application is a non-flight utility to downlink telemetry from the cFS to_lab is a simple telemetry downlink application that sends CCSDS telecommand packets over a UDP/IP port. The UDP port and IP address are specified in the "Enable Telemetry" command. It does not provide a full CCSDS Telecommand stack implementation. -To send telemtry to the "ground" or UDP/IP port, edit the subscription table in the platform include file: build//inc/to_lab_sub_table.h. to_lab will subscribe to the packet IDs that are listed in this table and send the telemetry packets it receives to the UDP/IP port. +To send telemtry to the "ground" or UDP/IP port, edit the subscription table in the platform include file: build/\/inc/to_lab_sub_table.h. to_lab will subscribe to the packet IDs that are listed in this table and send the telemetry packets it receives to the UDP/IP port. ## Version Notes - 2.3.2 DEVELOPMENT From 88e242ed2b775a98d9fb008b8dd2feca6b551877 Mon Sep 17 00:00:00 2001 From: Leor Bleier Date: Mon, 27 Apr 2020 16:58:46 -0400 Subject: [PATCH 2/2] Update to #30 per comment from jphickey --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a59d4f..a758758 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This lab application is a non-flight utility to downlink telemetry from the cFS to_lab is a simple telemetry downlink application that sends CCSDS telecommand packets over a UDP/IP port. The UDP port and IP address are specified in the "Enable Telemetry" command. It does not provide a full CCSDS Telecommand stack implementation. -To send telemtry to the "ground" or UDP/IP port, edit the subscription table in the platform include file: build/\/inc/to_lab_sub_table.h. to_lab will subscribe to the packet IDs that are listed in this table and send the telemetry packets it receives to the UDP/IP port. +To send telemtry to the "ground" or UDP/IP port, edit the subscription table in the platform include file: fsw/platform_inc/to_lab_sub_table.h. to_lab will subscribe to the packet IDs that are listed in this table and send the telemetry packets it receives to the UDP/IP port. ## Version Notes - 2.3.2 DEVELOPMENT