renamed flashing overview

This commit is contained in:
Foster Irwin 2021-04-15 13:58:34 -06:00
parent 334026ab1e
commit 7ef8f2c4cf
2 changed files with 14 additions and 10 deletions

View file

@ -1,8 +1,7 @@
---
id: flashing_firmware_overview
id: overview
title: Overview
sidebar_label: Overview
slug: /getting_started/flashing_firmware/overview
---
## Download Firmware
@ -16,11 +15,16 @@ Be very careful to install the correct load for your board. In particular the po
| [Current Firmware](https://github.com/meshtastic/meshtastic-device/releases/latest) | [List of Firmware Versions](https://github.com/meshtastic/meshtastic-device/releases/) |
| :--------------: | :-----------------------: |
Firmware Flashing Methods
- [Command line interface](cli)
- [Graphic user interface](gui)
Firmware flashing methods
- Command line interface
- [Linux](linux#command-line-instructions)
- [MacOS](macos#command-line-instructions)
- [Windows](windows#command-line-instructions)
- Graphical user interface
- [Linux](linux#graphical-user-interface-instructions)
- [MacOS](macos#graphical-user-interface-instructions)
- [Windows](windows#graphical-user-interface-instructions)
- [Over the air](ota)
## Troubleshooting
For any issues during setup, search [our forum](https://meshtastic.discourse.group) to find a solution. If you can't find one, please post your problem, providing as much detail as possible.
:::note
Over the air (OTA) firmware installation is currently only available on the Android App.
:::

View file

@ -5,10 +5,10 @@ module.exports = {
"getting_started/overview",
{
"Flashing Firmware": [
"getting_started/flashing_firmware/flashing_firmware_overview",
"getting_started/flashing_firmware/flashing_firmware_cli",
"getting_started/flashing_firmware/flashing_firmware_gui",
"getting_started/flashing_firmware/flashing_firmware_ota",
"getting_started/flashing_firmware/overview",
"getting_started/flashing_firmware/linux",
"getting_started/flashing_firmware/macos",
"getting_started/flashing_firmware/windows",