diff --git a/website/docs/getting_started/flashing_firmware/flashing_firmware_cli.md b/website/docs/getting_started/flashing_firmware/flashing_firmware_cli.md index a55f5bbf..d47164de 100644 --- a/website/docs/getting_started/flashing_firmware/flashing_firmware_cli.md +++ b/website/docs/getting_started/flashing_firmware/flashing_firmware_cli.md @@ -4,6 +4,11 @@ title: Flashing Firmware – CLI sidebar_label: Command Line Interface slug: /getting_started/flashing_firmware/cli --- + +:::caution +Be very careful to install the correct load for your board. In particular the popular 'T-BEAM' radio from TTGO is not called 'TTGO-Lora' (that is a different board). So don't install the 'TTGO-Lora' build on a TBEAM, it won't work correctly. +::: + ## Linux Requires `Python` and `pip` diff --git a/website/docs/getting_started/flashing_firmware/flashing_firmware_gui.md b/website/docs/getting_started/flashing_firmware/flashing_firmware_gui.md index ad95a99d..8e4cf887 100644 --- a/website/docs/getting_started/flashing_firmware/flashing_firmware_gui.md +++ b/website/docs/getting_started/flashing_firmware/flashing_firmware_gui.md @@ -4,7 +4,12 @@ title: Flashing Firmware – GUI sidebar_label: Graphic User Interface slug: /getting_started/flashing_firmware/gui --- -### Windows & MacOS + +:::caution +Be very careful to install the correct load for your board. In particular the popular 'T-BEAM' radio from TTGO is not called 'TTGO-Lora' (that is a different board). So don't install the 'TTGO-Lora' build on a TBEAM, it won't work correctly. +::: + +## Windows & MacOS 1. Download and unzip the latest Meshtastic firmware [release](https://github.com/meshtastic/meshtastic-device/releases/latest). 2. Download [ESPHome Flasher](https://github.com/esphome/esphome-flasher) following their installation instructions. diff --git a/website/docs/getting_started/flashing_firmware/flashing_firmware_ota.md b/website/docs/getting_started/flashing_firmware/flashing_firmware_ota.md index 920ae159..ec0ca102 100644 --- a/website/docs/getting_started/flashing_firmware/flashing_firmware_ota.md +++ b/website/docs/getting_started/flashing_firmware/flashing_firmware_ota.md @@ -4,3 +4,6 @@ title: Flashing Firmware – OTA sidebar_label: Over The Air slug: /getting_started/flashing_firmware/ota --- +:::caution +Be very careful to install the correct load for your board. In particular the popular 'T-BEAM' radio from TTGO is not called 'TTGO-Lora' (that is a different board). So don't install the 'TTGO-Lora' build on a TBEAM, it won't work correctly. +::: diff --git a/website/docs/getting_started/flashing_firmware/flashing_firmware_overview.md b/website/docs/getting_started/flashing_firmware/flashing_firmware_overview.md index d45b9459..bcde0976 100644 --- a/website/docs/getting_started/flashing_firmware/flashing_firmware_overview.md +++ b/website/docs/getting_started/flashing_firmware/flashing_firmware_overview.md @@ -12,7 +12,6 @@ Prebuilt binaries for the supported radios are available in our releases. Your i Be very careful to install the correct load for your board. In particular the popular 'T-BEAM' radio from TTGO is not called 'TTGO-Lora' (that is a different board). So don't install the 'TTGO-Lora' build on a TBEAM, it won't work correctly. ::: - | [Current Firmware](https://github.com/meshtastic/meshtastic-device/releases/latest) | [List of Firmware Versions](https://github.com/meshtastic/meshtastic-device/releases/) | | :--------------: | :-----------------------: | diff --git a/website/docs/getting_started/getting_started.md b/website/docs/getting_started/getting_started.md index 9da91739..e07a152a 100644 --- a/website/docs/getting_started/getting_started.md +++ b/website/docs/getting_started/getting_started.md @@ -21,10 +21,6 @@ Make sure not to power the radio on without first attaching the antenna! You cou Prebuilt binaries for the supported radios are available in our releases. Your initial installation has to happen over USB from your Mac, Windows or Linux PC. Once our software is installed, all future software updates happen over bluetooth from your phone. -:::caution -Be very careful to install the correct load for your board. In particular the popular 'T-BEAM' radio from TTGO is not called 'TTGO-Lora' (that is a different board). So don't install the 'TTGO-Lora' build on a TBEAM, it won't work correctly. -::: - | [Current Firmware](https://github.com/meshtastic/meshtastic-device/releases/latest) | [List of Firmware Versions](https://github.com/meshtastic/meshtastic-device/releases/) | | :--------------: | :-----------------------: |