Skip to content

Commit

Permalink
Fix SN-GCJA5 markdown (esphome#3141)
Browse files Browse the repository at this point in the history
  • Loading branch information
sowiszcze authored Aug 18, 2023
1 parent 79f2d95 commit c14c07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sensor/gcja5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sensors with ESPHome.

As the communication with the GCJA5 is done using UART, you need
to have an :ref:`UART bus <uart>` in your configuration with the ``rx_pin`` connected to the SEND/TX. Additionally, you need to set the baud rate to 9600, and you
MUST have `EVEN`` parity.
MUST have ``EVEN`` parity.

The sensor itself will push values every second. You may wish to :ref:`filter <sensor-filters>` this value to reduce the amount of data you are ingesting.
The sensor will internally track changes to the Laser Diode and Photo Diode over time to adjust and ensure accuracy.
Expand Down

0 comments on commit c14c07e

Please sign in to comment.