Skip to content

Commit

Permalink
Increase version to 2.3.1, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
astrogeco committed Feb 28, 2020
1 parent c331f3d commit b57546c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ to_lab is a simple telemetry downlink application that sends CCSDS telecommand p
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.

## Version Notes

- 2.3.1 DEVELOPMENT
- Fix for a clean build with OMIT_DEPRECATED
- Minor updates (see https://github.com/nasa/to_lab/pull/26)
- **2.3.0 OFFICIAL RELEASE**:
- Minor updates (see https://github.com/nasa/to_lab/pull/13)
- Not backwards compatible with OSAL 4.2.1
Expand All @@ -26,4 +28,3 @@ As a lab application, extensive testing is not performed prior to release and on
For best results, submit issues:questions or issues:help wanted requests at https://github.com/nasa/cFS.

Official cFS page: http:https://cfs.gsfc.nasa.gov

2 changes: 1 addition & 1 deletion fsw/src/to_lab_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#define TO_LAB_MAJOR_VERSION 2
#define TO_LAB_MINOR_VERSION 3
#define TO_LAB_REVISION 0
#define TO_LAB_REVISION 1
#define TO_LAB_MISSION_REV 0


Expand Down

0 comments on commit b57546c

Please sign in to comment.