Created OTA firmware flashing page. TODO create doc.

This commit is contained in:
Foster Irwin 2021-04-15 13:59:43 -06:00
parent 7ef8f2c4cf
commit 4c9489e4b3
2 changed files with 2 additions and 3 deletions

View file

@ -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.

View file

@ -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": [],