From 905b88c51d936d9c501d76117a11878d59cd749f Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 8 Nov 2024 22:10:32 -0500 Subject: [PATCH] Switch attenuation for CT Clamp from 11db (deprecated) to 12db I have no idea how you deprecate an attenuation level, but I assume someone realized that they did the math wrong? --- packages/esp32-c3-core_ct_clamp.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/esp32-c3-core_ct_clamp.yaml b/packages/esp32-c3-core_ct_clamp.yaml index 6a84286..d0a48e3 100644 --- a/packages/esp32-c3-core_ct_clamp.yaml +++ b/packages/esp32-c3-core_ct_clamp.yaml @@ -14,11 +14,11 @@ sensor: - platform: adc pin: GPIO4 id: adc_sensor - attenuation: 11db + attenuation: 12db - platform: adc pin: GPIO0 id: adc_ref name: "${node_verbose_name} ADC Ref" update_interval: 10s - attenuation: 11db + attenuation: 12db