Skip to content

Commit c019d1b

Browse files
authored
Merge pull request #251 from nasa/integration-candidate
cFS-GroundSystem Integration candidate: Equuleus-rc1+dev26
2 parents f5efb99 + f65650b commit c019d1b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Development Build: equuleus-rc1+dev18
4+
- Fix misleading wording in Commands-Telemetry.md
5+
- See <https://github.com/nasa/cFS-GroundSystem/pull/249>
6+
37
## Development Build: equuleus-rc1+dev14
48
- Update LogOverflowCounter Description
59
- Update incorrect variable descriptions in tlm.txt

Subsystems/Commands-Telemetry.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
## Telemetry ( tlmGUI/ directory ):
44
Telemetry is sent from the running cFE/CFS as CCSDS telemetry packets encapsulated in
55
UDP/IP packets. The `enable telemetry` command tells the TO_LAB application to start
6-
sending packets to a UDP port (port #1234 by default) on the `localhost` or a specified IP.
6+
sending packets to a UDP port on the `localhost` or a specified IP. By default, the TO_LAB application
7+
listens to UDP port 1234 for commands, and sends telemetry to the tlmGUI at UDP port 1235.
78

89
Start the telemetry system using the Ground System's main window.
910

_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818

1919
# Development Build Macro Definitions
20-
_cFS_GrndSys_build_number = 14
20+
_cFS_GrndSys_build_number = 18
2121
_cFS_GrndSys_build_baseline = "7.2"
2222
_cFS_GrndSys_build_dev_baseline = "equuleus-rc1"
2323
_cFS_GrndSys_build_dev_cycle = "equuleus-rc2"

0 commit comments

Comments
 (0)