From c82efe85966674e75a0331ab452f2aa32535de9b Mon Sep 17 00:00:00 2001 From: Jochen Kiemes Date: Sun, 25 Aug 2024 23:24:49 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bb7e68..005d425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ pre-0.31.0: - Drop support for esp-idf 3.x.y versions - Add github build tests for esp32c6 with espidf5 - StepperDemo can be compiled with esp-idf4/5 without arduino +- idf5 version yields mismatch with pulse counter. not ready for use 0.30.15: - Fix missing initialization in `getCurrentSpeedInTicks()` (#262)