From e222c0165f56d202a99f877479e10c32b5340899 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 5 Jan 2023 12:57:45 -0600 Subject: [PATCH] Formatting consistency --- docs/configuration/module-config/serial.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/module-config/serial.mdx b/docs/configuration/module-config/serial.mdx index 9bb696c6..309aba67 100644 --- a/docs/configuration/module-config/serial.mdx +++ b/docs/configuration/module-config/serial.mdx @@ -179,7 +179,7 @@ Default is to use RX GPIO 16 and TX GPIO 17. 7. Send a packet up to 237 bytes in length. This will get relayed over the mesh network. 8. (Optional) Set `serial.echo` to `1` and any message you send out will be echoed back to your device. -### T-Beam – Interfacing PIR Sensor With External Microcontroller: +### Interfacing PIR Sensor With External Microcontroller The following is an example of using a Raspberry Pi Pico connected to a PIR sensor to detect motion. When motion is detected, a message is sent via. serial to the T-Beam. The T-Beam transmits the message as text over the default channel by utilizing the serial module in TXTMSG mode. #### BOM