Skip to content

Commit

Permalink
Merge pull request #31 from lbleier-GSFC/fix30-fixdocwarnings
Browse files Browse the repository at this point in the history
Fix #30, Resolve doxygen warning
  • Loading branch information
astrogeco committed May 8, 2020
2 parents ec0d41b + 88e242e commit e3c530c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<cpuX>/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
Expand Down

0 comments on commit e3c530c

Please sign in to comment.