From 801861694579e0fa0defd865be2aecb91867945d Mon Sep 17 00:00:00 2001 From: joe ketcham Date: Sat, 29 Jun 2024 14:19:17 -0400 Subject: [PATCH 1/2] Update readme with note regarding radio configuration --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1697064..7ca3e84 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,9 @@ If you would like to have the script automatically run at boot, follow the steps ```sh sudo systemctl restart mesh-bbs.service ``` +## Radio Configuration + +Note: Radio must be set to **Client** mode, other modes the radio may allow the BBS to communicate for a short time then stops responding ## Features From 683720e359a6966c25747bd5adcad4365715de21 Mon Sep 17 00:00:00 2001 From: joe ketcham Date: Sat, 29 Jun 2024 14:23:24 -0400 Subject: [PATCH 2/2] Update readme with note regarding radio configuration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca3e84..26249c7 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ If you would like to have the script automatically run at boot, follow the steps ``` ## Radio Configuration -Note: Radio must be set to **Client** mode, other modes the radio may allow the BBS to communicate for a short time then stops responding +Note: Radio device role must be set to **CLIENT**, other roles may allow the BBS to communicate for a short time, but then the BBS will stop responding to requests ## Features