From faa73abf75ae80214a97b3884dce2dbc68075d1b Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 17 Oct 2022 09:22:25 -0500 Subject: [PATCH] Fix python command reference --- docs/settings/moduleconfig/serial.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/settings/moduleconfig/serial.mdx b/docs/settings/moduleconfig/serial.mdx index a76ae45f..d5069928 100644 --- a/docs/settings/moduleconfig/serial.mdx +++ b/docs/settings/moduleconfig/serial.mdx @@ -104,11 +104,11 @@ meshtastic --set serial.mode PROTO ``` ```shell title="Set RXD to GPIO pin number 7" -meshtastic --set serial_module_rxd 7 +meshtastic --set seria.rxd 7 ``` ```shell title="Set TXD to GPIO pin number 28" -meshtastic --set serial_module_txd 28 +meshtastic --set serial.txd 28 ``` ```shell title="Set Baud Rate" @@ -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. \ No newline at end of file +7. (Optional) Set `serial_module_echo` to `1` and any message you send out will be echoed back to your device.