From 6a77bcfde736762b049243eaa985dae974e369c8 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 17 Oct 2022 09:23:26 -0500 Subject: [PATCH] Update serial.mdx --- docs/settings/moduleconfig/serial.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings/moduleconfig/serial.mdx b/docs/settings/moduleconfig/serial.mdx index d5069928..c6f99e8d 100644 --- a/docs/settings/moduleconfig/serial.mdx +++ b/docs/settings/moduleconfig/serial.mdx @@ -156,4 +156,4 @@ Default is to use RX GPIO 16 and TX GPIO 17. 4. (Optional) In serial_module.h set the port to `PortNum_TEXT_MESSAGE_APP`if you want to send messages to/from the general text message channel. 5. Connect to your device over the serial interface at `38400 8N1`. 6. Send a packet up to 240 bytes in length. This will get relayed over the mesh network. -7. (Optional) Set `serial_module_echo` to `1` and any message you send out will be echoed back to your device. +7. (Optional) Set `serial.echo` to `1` and any message you send out will be echoed back to your device.