From ccebcb8968fc265000c84edcc82a9ab5d8d21a57 Mon Sep 17 00:00:00 2001 From: Zoltan Kozma Date: Wed, 10 Aug 2022 18:51:56 +0100 Subject: [PATCH] dots --- components/sensor/adc.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/sensor/adc.rst b/components/sensor/adc.rst index 91f42d870..21fa50d61 100644 --- a/components/sensor/adc.rst +++ b/components/sensor/adc.rst @@ -123,7 +123,7 @@ Measuring battery voltage on the Firebeetle ESP32-E --------------------------------------------------- This board has a internal voltage divider and the battery voltage can easily be measured like this using 11dB attenuation -on GPIO34 +on GPIO34. .. code-block:: yaml @@ -136,7 +136,7 @@ on GPIO34 filters: - multiply: 2.0 # The voltage divider requires us to multiply by 2 -This works on SKU:DFR0654. For more information see: `manufacturer's website `__ +This works on SKU:DFR0654. For more information see: `manufacturer's website `__. See Also --------