From 49011116a2f895cbb4bc8cc0df23e4beb62f77cf Mon Sep 17 00:00:00 2001 From: Joey STANFORD Date: Sun, 14 May 2023 16:17:09 -0600 Subject: [PATCH 1/2] Add caution about unsupported flashing method Meshtastic-gui-installer aka the python web flasher is no longer maintained. Retaining the documentation for historical purposes. --- docs/software/python-flasher.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/software/python-flasher.mdx b/docs/software/python-flasher.mdx index 980bb189..0a92e67e 100644 --- a/docs/software/python-flasher.mdx +++ b/docs/software/python-flasher.mdx @@ -10,6 +10,12 @@ import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; import Link from "@docusaurus/Link"; +:::caution +This method is no longer supported. Please use a different method. +::: + +*** + :::caution Make sure not to power the radio on without first attaching the antenna! You could damage the radio chip! ::: From c5c1ba41e33edf240320cbb901800e6ea367b77d Mon Sep 17 00:00:00 2001 From: Joey STANFORD Date: Sun, 14 May 2023 19:29:14 -0600 Subject: [PATCH 2/2] Include link to supported methods Include link to supported methods per rcarteraz --- docs/software/python-flasher.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software/python-flasher.mdx b/docs/software/python-flasher.mdx index 0a92e67e..68a0ab99 100644 --- a/docs/software/python-flasher.mdx +++ b/docs/software/python-flasher.mdx @@ -11,7 +11,7 @@ import TabItem from "@theme/TabItem"; import Link from "@docusaurus/Link"; :::caution -This method is no longer supported. Please use a different method. +This method is no longer supported. Please use a [supported method](/docs/getting-started/flashing-firmware). ::: ***