From 53922c4a26a29d99bfdbe0b850c9aee099c4d25c Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Fri, 19 Nov 2021 19:25:56 -0800 Subject: [PATCH 1/2] Updated the FAQ on how to contribute. --- website/docs/getting-started/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/getting-started/faq.md b/website/docs/getting-started/faq.md index 031bf4b4..745daa89 100644 --- a/website/docs/getting-started/faq.md +++ b/website/docs/getting-started/faq.md @@ -23,13 +23,13 @@ import TabItem from '@theme/TabItem'; ## General Q: What is Meshtastic? -* The most awesome long range, low power communications service on the planet earth! That's not even an exageration! +* Meshtastic is most awesome long range, low power communications service on the planet earth! That's not even an exageration! Q: Where can I get additional help, ask questions or bond with the Meshtastic community? * After reading this FAQ, there are two places ... The preferred place is to check out the [Fourm](https://meshtastic.discourse.group). There you can be part of our growing community and search for previosly posts that may be similar to what you're looking for. We also have the [Meshtastic Discord](https://discord.com/invite/UQJ5QuM7vq) server where you may connect with like minded people. Q: How can I contribute to Meshtastic? -* Answer TBD +* Everyone contributes in a different way. Join the [Fourm](https://meshtastic.discourse.group) and/or the [Meshtastic Discord](https://discord.com/invite/UQJ5QuM7vq) and introduce yourself. We're all very friendly. If you'd like to pitch in some code, check out the [Developers](https://meshtastic.org/docs/developers) menu on the left. ## Device (aka Node) From edc2d4a8e64f6dd269ada7be64fdf9b4e6f6b145 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Fri, 19 Nov 2021 19:31:01 -0800 Subject: [PATCH 2/2] Update error on android usage document. --- website/docs/software/android/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/software/android/usage.md b/website/docs/software/android/usage.md index a14bfb11..1fcae666 100644 --- a/website/docs/software/android/usage.md +++ b/website/docs/software/android/usage.md @@ -152,7 +152,7 @@ This allows you to change the frequency with which your location is broadcast ac #### Device sleep period -To use as little power as possible while running on battery, ESP32 based devices go into a sleep mode. Unfortunately, during this sleep mode they turn off their Bluetooth radio. They can be woken early from this sleep by either receiving a message over LoRa (the LoRa receiver never switches off), of by pressing a program button where there is one on the device. This setting allows the length of the sleep mode to be changed from the default of 300 seconds (5 minutes). Setting the period to 0 seconds disables the sleep function on the device. +To use as little power as possible while running on battery, ESP32 based devices go into a sleep mode. Unfortunately, during this sleep mode they turn off their Bluetooth radio. They can be woken early from this sleep by either receiving a message over LoRa (the LoRa receiver never switches off), of by pressing a program button where there is one on the device. This setting allows the length of the sleep mode to be changed from the default of 300 seconds (5 minutes). To keep the bluetooth link alive for eight hours (any usage of the bluetooth protcol from your phone will reset this timer), set this to 28800 seconds. ### Debug page