From f3e18f13131c4eadee0bbce89dced6857c4c6358 Mon Sep 17 00:00:00 2001 From: meggert Date: Wed, 9 Aug 2023 11:04:59 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f1f275c..65e197a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ will consitute of a breaking change warranting a new major release: # [unreleased] +- `eive-tmtc`: + +## Added + +- SPG4 Propagator is now used for propagating the position of EIVE. It will only work once + a TLE has been uploaded with the newly added action command for the ACS Controller. In + return the actual GPS data will be ignored once SPG4 is running. + ## Fixed - The handling function of the GPS data is only called once per GPS read. This should remove the fake fix-has-changed events.