From 8b9252d398b8e296dfcaa461ad7b29c1d1888f63 Mon Sep 17 00:00:00 2001 From: andrekir Date: Tue, 14 Nov 2023 08:45:55 -0300 Subject: [PATCH 1/2] fix: Android .html redirects --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index a6b4c1f4..24eb9515 100644 --- a/vercel.json +++ b/vercel.json @@ -41,11 +41,11 @@ "destination": "/docs/hardware/devices/rak/core-module#gpio" }, { - "source": "/software/android-too-old", + "source": "/software/android-too-old(.*)", "destination": "/docs/software/android/installation" }, { - "source": "/docs/software/android/android-installation", + "source": "/docs/software/android/android-installation(.*)", "destination": "/docs/software/android/installation" }, { From 860722ead9039093be40da5d5ba540c9b16204eb Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Sun, 21 Jan 2024 11:26:41 -0700 Subject: [PATCH 2/2] update verbiage, change limit to 100, clarify and flow --- docs/about/introduction.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/about/introduction.mdx b/docs/about/introduction.mdx index 42314fad..b730f06d 100644 --- a/docs/about/introduction.mdx +++ b/docs/about/introduction.mdx @@ -9,7 +9,6 @@ import Link from "@docusaurus/Link"; Meshtastic® is a project that enables you to use inexpensive LoRa radios as a long range off-grid communication platform in areas without existing or reliable communications infrastructure. This project is 100% community driven and open source! - ![LoRa Topology](/img/introduction/lora-topology-2.png) ### Features @@ -25,11 +24,11 @@ Meshtastic® is a project that enables you to use inexpensive LoRa radios as a l ## How it works -The underlying technology, LoRa, is a long range radio protocol available to most regions without requiring additional licensing or certification, like HAM operators. +Meshtastic utilizes LoRa, a long-range radio protocol, which is widely accessible in most regions without the need for additional licenses or certifications, unlike HAM radio operations. -The radios automatically rebroadcast messages they receive in order to create a mesh network so that everyone in the group can receive messages - even from the furthest member. Depending on settings used, the Meshtastic mesh can sustain up to 80 device nodes. +These radios are designed to rebroadcast messages they receive, forming a mesh network. This setup ensures that every group member, including those at the furthest distance, can receive messages. Depending on the settings employed, the Meshtastic mesh network can support up to 100 devices concurrently. -Meshtastic radios can be paired to a single phone so that your friends and family are able to address a message to your specific radio. Each device supports a connection from a single user at a time. +Additionally, Meshtastic radios can be paired with a single phone, allowing friends and family to send messages directly to your specific radio. It's important to note that each device is capable of supporting a connection from only one user at a time." If you are interested in a more technical overview of how Meshtastic works, visit the overview section below: