mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 05:34:11 -08:00
renamed flashing overview
This commit is contained in:
parent
334026ab1e
commit
7ef8f2c4cf
|
@ -1,8 +1,7 @@
|
||||||
---
|
---
|
||||||
id: flashing_firmware_overview
|
id: overview
|
||||||
title: Overview
|
title: Overview
|
||||||
sidebar_label: Overview
|
sidebar_label: Overview
|
||||||
slug: /getting_started/flashing_firmware/overview
|
|
||||||
---
|
---
|
||||||
## Download Firmware
|
## 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/) |
|
| [Current Firmware](https://github.com/meshtastic/meshtastic-device/releases/latest) | [List of Firmware Versions](https://github.com/meshtastic/meshtastic-device/releases/) |
|
||||||
| :--------------: | :-----------------------: |
|
| :--------------: | :-----------------------: |
|
||||||
|
|
||||||
Firmware Flashing Methods
|
Firmware flashing methods
|
||||||
- [Command line interface](cli)
|
- Command line interface
|
||||||
- [Graphic user interface](gui)
|
- [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)
|
- [Over the air](ota)
|
||||||
|
:::note
|
||||||
## Troubleshooting
|
Over the air (OTA) firmware installation is currently only available on the Android App.
|
||||||
|
:::
|
||||||
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.
|
|
|
@ -5,10 +5,10 @@ module.exports = {
|
||||||
"getting_started/overview",
|
"getting_started/overview",
|
||||||
{
|
{
|
||||||
"Flashing Firmware": [
|
"Flashing Firmware": [
|
||||||
"getting_started/flashing_firmware/flashing_firmware_overview",
|
|
||||||
"getting_started/flashing_firmware/flashing_firmware_cli",
|
"getting_started/flashing_firmware/flashing_firmware_cli",
|
||||||
"getting_started/flashing_firmware/flashing_firmware_gui",
|
"getting_started/flashing_firmware/flashing_firmware_gui",
|
||||||
"getting_started/flashing_firmware/flashing_firmware_ota",
|
"getting_started/flashing_firmware/flashing_firmware_ota",
|
||||||
|
"getting_started/flashing_firmware/overview",
|
||||||
"getting_started/flashing_firmware/linux",
|
"getting_started/flashing_firmware/linux",
|
||||||
"getting_started/flashing_firmware/macos",
|
"getting_started/flashing_firmware/macos",
|
||||||
"getting_started/flashing_firmware/windows",
|
"getting_started/flashing_firmware/windows",
|
||||||
|
|
Loading…
Reference in a new issue