From 4c9489e4b32e9ab4d972ff2ff459d7c8ac75c88c Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Thu, 15 Apr 2021 13:59:43 -0600 Subject: [PATCH] Created OTA firmware flashing page. TODO create doc. --- .../flashing_firmware/{flashing_firmware_ota.md => ota.md} | 3 +-- website/sidebars.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) rename website/docs/getting_started/flashing_firmware/{flashing_firmware_ota.md => ota.md} (82%) diff --git a/website/docs/getting_started/flashing_firmware/flashing_firmware_ota.md b/website/docs/getting_started/flashing_firmware/ota.md similarity index 82% rename from website/docs/getting_started/flashing_firmware/flashing_firmware_ota.md rename to website/docs/getting_started/flashing_firmware/ota.md index ec0ca102..e7a8517c 100644 --- a/website/docs/getting_started/flashing_firmware/flashing_firmware_ota.md +++ b/website/docs/getting_started/flashing_firmware/ota.md @@ -1,8 +1,7 @@ --- -id: flashing_firmware_ota +id: ota 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/sidebars.js b/website/sidebars.js index f4353e46..ca2c70e4 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -7,10 +7,10 @@ module.exports = { "Flashing Firmware": [ "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/ota", "getting_started/flashing_firmware/windows", ], "Howto's": [],