From ed14153512564b5eab0707a5a0176cb7b94bd289 Mon Sep 17 00:00:00 2001 From: smueller Date: Tue, 10 Feb 2026 16:28:37 +0100 Subject: [PATCH] fix bug in ShdlcTxFrame - index should be incremented so that beginning of the buffer is not overwritten --- CHANGELOG.rst | 2 ++ src/SensirionShdlcTxFrame.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ebbf80d..f63c308 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,8 @@ and this project adheres to `Semantic Versioning