Skip to content

Commit

Permalink
Increase version to 2.3.2 and update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo E. Cruz-Ortiz committed Mar 12, 2020
1 parent 55112d7 commit 545710c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ 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.2 DEVELOPMENT
- Use OSAL socket API instead of BSD Sockets
- Use global namespace to isolate variables
- Minor updates (see https://github.com/nasa/to_lab/pull/27)
- 2.3.1 DEVELOPMENT
- Fix for a clean build with OMIT_DEPRECATED
- Minor updates (see https://github.com/nasa/to_lab/pull/26)
Expand Down
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 1
#define TO_LAB_REVISION 2
#define TO_LAB_MISSION_REV 0


Expand Down

0 comments on commit 545710c

Please sign in to comment.