diff --git a/README.md b/README.md index 8e6dd04..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