From a7767fd0db152efe7b9855b77381d36ccba3aa4a Mon Sep 17 00:00:00 2001 From: xan <80041198+thedeepself@users.noreply.github.com> Date: Mon, 3 Oct 2022 12:41:15 +0200 Subject: [PATCH 1/4] Update rak4631.mdx Removed baseboard model 5005/19003 from firmware filename and changed epaper firmware filename to eink. --- docs/hardware/supported/rak4631.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/hardware/supported/rak4631.mdx b/docs/hardware/supported/rak4631.mdx index 43d2c09e..f14c471a 100644 --- a/docs/hardware/supported/rak4631.mdx +++ b/docs/hardware/supported/rak4631.mdx @@ -44,7 +44,7 @@ Further information on the RAK5005-O can be found on the [RAK Documentation Cent It may be possible to add a user button using the [13002 IO module](https://store.rakwireless.com/collections/wisblock-interface/products/adapter-module-rak13002). - [Update the bootloader](https://docs.rakwireless.com/Product-Categories/WisBlock/RAK4631/Quickstart/#updating-the-bootloader) on first use! This can be done easily with [Meshtastic-flasher](https://github.com/meshtastic/Meshtastic-gui-installer). -- Firmware for 5005 base board: [`firmware-rak4631_5005-1.x.x.uf2`](/downloads) +- Firmware for 5005 base board: [`firmware-rak4631-1.x.x.uf2`](/downloads) RAK4631 5005 14000 Date: Wed, 5 Oct 2022 11:53:52 -0500 Subject: [PATCH 2/4] update-tagline --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 339124c9..3d6defe6 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -152,7 +152,7 @@ function Home() { /> From 70fc2dce97634c2932007865624dc525854ed91d Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 5 Oct 2022 16:11:10 -0500 Subject: [PATCH 3/4] This is a better word --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 3d6defe6..9aa4eb6e 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -49,7 +49,7 @@ const features = [ ), }, { - title: 'Extendable', + title: 'Extensible', imageUrl: 'img/homepage/extendable.svg', description: ( <> From bfd52cc00d5c2e8791312898e35c6c063560bc44 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 5 Oct 2022 16:43:57 -0500 Subject: [PATCH 4/4] Update docusaurus.config.js --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index cf6d3b89..875743fd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -5,7 +5,7 @@ require('dotenv').config(); /** @type {import('@docusaurus/types').Config} */ const config = { title: 'Meshtastic', - tagline: 'Open Source hiking, pilot, skiing and secure GPS mesh communicator', + tagline: 'An open source, off-grid, decentralized, mesh network built to run on affordable, low-power devices', url: 'https://meshtastic.org', baseUrl: '/', onBrokenLinks: 'throw',