From 545710c3eb9c3b63821b7cc41489f69da2bb2c30 Mon Sep 17 00:00:00 2001 From: "Gerardo E. Cruz-Ortiz" Date: Thu, 12 Mar 2020 11:27:46 -0400 Subject: [PATCH] Increase version to 2.3.2 and update Readme --- README.md | 4 ++++ fsw/src/to_lab_version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d46366..8e6dd04 100644 --- a/README.md +++ b/README.md @@ -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//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) diff --git a/fsw/src/to_lab_version.h b/fsw/src/to_lab_version.h index 548f296..e752440 100644 --- a/fsw/src/to_lab_version.h +++ b/fsw/src/to_lab_version.h @@ -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