From 991cfae624f684fa3582dc16ecd5938c10dbd6e2 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Mon, 22 Nov 2021 18:28:54 -0800 Subject: [PATCH 1/2] Update link to CH9102 drivers. --- website/docs/getting-started/flashing-esp32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/getting-started/flashing-esp32.md b/website/docs/getting-started/flashing-esp32.md index 422468de..59705fef 100644 --- a/website/docs/getting-started/flashing-esp32.md +++ b/website/docs/getting-started/flashing-esp32.md @@ -14,7 +14,7 @@ Plug your device into your computer using a USB cable and then do the following: :::important You may need to install a driver from Silicon Labs for the [CP210X USB to UART bridge](https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers) -Some newer boards may require the drivers for the [CH9102](http://www.wch.cn/downloads/CH343SER_ZIP.html) or [Direct Download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/drivers/CH9102_VCP_SER_Windows.exe) for Windows 7. +Some newer boards may require the drivers for the [CH9102](http://www.wch.cn/downloads/CH343SER_ZIP.html) or [Direct Download](https://github.com/Xinyuan-LilyGO/CH9102_Driver) for Windows 7. ::: Date: Mon, 22 Nov 2021 18:29:06 -0800 Subject: [PATCH 2/2] Update S&F instructions. --- .../docs/software/plugins/store-forward.md | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/website/docs/software/plugins/store-forward.md b/website/docs/software/plugins/store-forward.md index 7304c6d9..4366b29f 100644 --- a/website/docs/software/plugins/store-forward.md +++ b/website/docs/software/plugins/store-forward.md @@ -57,7 +57,26 @@ Don't enable the Store and Forward plugin on multile routers! ### Client Usage -Currently, no sepcial configuration is required. To request your history sent to you, send the message "SF". That's it. This will eventually change to make it easier. +Currently, no sepcial configuration is required. To request your history sent to you, send the command into the message field "SF". That's it. This will eventually change to make it easier. At the moment, that message will be sent to everyone on the mesh but we'll (eventually) make it easier to use where there'll be a button (or maybe it'll be transparent) and the command isn't sent as a text message to the mesh. + +Available Commands: + +| Command | Definition | +| :-----: | :---------------: | +| SF | Send the last few messages I may have missed | +| SFm | Send a 240 byte payload (Used for testing) | + +The Store and Forward plugin will only service one client at a time. If a second client requests messages while the S&F is busy, the S&F will send a private message to the second client that they will need to wait. + +## Settings + +| Setting | Acceptable Values | Default | +| :-----: | :---------------: | :-----: | +| store_forward_plugin_enabled | `true`, `false` | `false` | +| store_forward_plugin_records | integer | `0` | +| store_forward_plugin_replay_max_records (reserved) | integer | `0` | +| store_forward_plugin_replay_max_time (reserved) | integer | `0` | + ## Developer TODO