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