From d2b5384f0586cb86d1031159a26be29b8354b757 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 27 Oct 2023 12:54:32 +0200 Subject: [PATCH] make marius happy --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3301f65f..9688a565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ will consitute of a breaking change warranting a new major release: ## Added -- STR: Added new TM sets: Blob, Blobs, MatchedCentroids, Contrast, AutoBlob +- STR: Added new TM sets: Blob, Blobs, MatchedCentroids, Contrast, AutoBlob, Centroid, Centroids - STR: Added new mechanism where the secondary TM which is polled can now be a set instead of being temperature only. An API is exposed which allows to add a data set to that set of secondary telemetry, reset it back to temperature only, and read the whole set. This allows more debugging