From eb797f17a4687964c00b181d4f6228b2458e59f3 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Thu, 29 Jun 2023 15:13:33 -0700 Subject: [PATCH 1/3] fix chapter navigation structure --- .../flashing-firmware/esp32/cli-script.mdx | 29 ++++++------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/docs/getting-started/flashing-firmware/esp32/cli-script.mdx b/docs/getting-started/flashing-firmware/esp32/cli-script.mdx index c5f18fba..51bbade3 100644 --- a/docs/getting-started/flashing-firmware/esp32/cli-script.mdx +++ b/docs/getting-started/flashing-firmware/esp32/cli-script.mdx @@ -22,7 +22,7 @@ The [T-Beam 0.7](/docs/hardware/devices/tbeam#t-beam---v07) board is an earlier ::: ## Command Line Interface Instructions - +### Install Prerequisite Software -### Install Prerequisite Software Check if you have `python3` and `pip` installed with the following command @@ -53,18 +52,12 @@ If `pip` is not installed, install with ```shell sudo apt-get install python3-pip -``` - -### Install `esptool` - -```shell -pip3 install --upgrade esptool ``` -### Install Prerequisite Software + OS X comes with `Python 2.7` installed, but not `pip`. The following uses Homebrew to install `python3` which includes `pip3`. On MacOS you will use `pip3` instead > of `pip`. @@ -96,12 +89,6 @@ Confirm `pip3` was installed alongside `python3` ```shell pip3 -v -``` - -### Install `esptool` - -```shell -pip3 install --upgrade esptool ``` @@ -123,15 +110,17 @@ pip --version ::: -### Install `esptool` - -```shell -pip install --upgrade esptool -``` +### Install `esptool` + +```shell +pip3 install --upgrade esptool +``` + + ### Confirm Communication With Chip Date: Mon, 3 Jul 2023 21:44:12 -0700 Subject: [PATCH 2/3] embed canned messages youtube video --- docs/configuration/module-config/canned-message.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration/module-config/canned-message.mdx b/docs/configuration/module-config/canned-message.mdx index a040d13f..5fe664ba 100644 --- a/docs/configuration/module-config/canned-message.mdx +++ b/docs/configuration/module-config/canned-message.mdx @@ -12,6 +12,8 @@ The Canned Message Module will allow you to send messages to the mesh network fr The canned message module config options are: Enabled, Save, and Sender. Range Test Module config uses an admin message sending a `ConfigModule.CannedMessage` protobuf. + + ## Canned Message Module Config Values ### Enabled From 6582d864464f0f063cc0f7b7f0de341cf998bb48 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Mon, 3 Jul 2023 23:01:10 -0700 Subject: [PATCH 3/3] fix typos --- docs/configuration/module-config/canned-message.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/module-config/canned-message.mdx b/docs/configuration/module-config/canned-message.mdx index 5fe664ba..72161cea 100644 --- a/docs/configuration/module-config/canned-message.mdx +++ b/docs/configuration/module-config/canned-message.mdx @@ -221,9 +221,9 @@ Example: 1|2|3||5|6|7||9|10|11||13|14|15 - the slots 4,8 and 12 can not be used. The CardKB is fully supported in freetext mode and select mode. Use UP/DOWN/ENTER to select a predefined message and send it. For a freetext message, just type it in and press ENTER to send it. -If you don't want to broadcast your freetext message, you can use the CardKB to send it to a specific node. Just press TAB and select the target node with the LEFT/RIGHT keys. The message will be sent to the node with the matching name and node number. The target node will be remebered for your nexxt message. +If you don't want to broadcast your freetext message, you can use the CardKB to send it to a specific node. Just press TAB and select the target node with the LEFT/RIGHT keys. The message will be sent to the node with the matching name and node number. The target node will be remembered for your next message. -### 3 Buttun up/down and RAK rotary encoder +### 3 Button up/down and RAK rotary encoder Just use UP/DOWN/ENTER to select a predefined message and send it.