mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
Created OTA firmware flashing page. TODO create doc.
This commit is contained in:
parent
7ef8f2c4cf
commit
4c9489e4b3
|
@ -1,8 +1,7 @@
|
||||||
---
|
---
|
||||||
id: flashing_firmware_ota
|
id: ota
|
||||||
title: Flashing Firmware – OTA
|
title: Flashing Firmware – OTA
|
||||||
sidebar_label: Over The Air
|
sidebar_label: Over The Air
|
||||||
slug: /getting_started/flashing_firmware/ota
|
|
||||||
---
|
---
|
||||||
:::caution
|
:::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.
|
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.
|
|
@ -7,10 +7,10 @@ module.exports = {
|
||||||
"Flashing Firmware": [
|
"Flashing Firmware": [
|
||||||
"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/overview",
|
"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/ota",
|
||||||
"getting_started/flashing_firmware/windows",
|
"getting_started/flashing_firmware/windows",
|
||||||
],
|
],
|
||||||
"Howto's": [],
|
"Howto's": [],
|
||||||
|
|
Loading…
Reference in a new issue