From de52b6f4bc74f1a03a985f8d896b5c1a40992d69 Mon Sep 17 00:00:00 2001 From: Demian Zenkov Date: Mon, 17 Jun 2024 18:00:21 +0800 Subject: [PATCH] fix: ADC button tied to GND ignored resolves https://github.com/espressif/esp-iot-solution/pull/372 --- components/button/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/button/CHANGELOG.md b/components/button/CHANGELOG.md index f436b08d6..b6c1c71f0 100644 --- a/components/button/CHANGELOG.md +++ b/components/button/CHANGELOG.md @@ -4,7 +4,7 @@ ### bugfix -- Fixed ignored ADC button tied to GND. +- Fixed ignored ADC button tied to GND. thanks `demianzenkov` for the fix. ## v3.2.0 - 2023-11-13