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 --------