From f29163e8a9879c4b56a1a3544db2ed3175fc9fdd Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 28 Mar 2023 22:08:08 +0200 Subject: [PATCH] changelog note --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab321fec..13b0af36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,9 @@ will consitute of a breaking change warranting a new major release: - ACS board devices: Go to ON mode instead of going to NORMAL mode directly. - SUS device handlers: Go to ON mode on startup instead of NORMAL mode. - Tweaks for the delay handling for the persistent TM stores. This allows pushing the full - high datarate when dumping telemetry. + high datarate when dumping telemetry. The most important and interesting fix is that + there needs to be a small delay between the polling of the GPIO. Polling the GPIO + without any delay consecutively can lead to scheduling issues. ## Changed