From 53b13ab261ed215973fbd84b0e78ae22a939c74f Mon Sep 17 00:00:00 2001 From: Nathan Seidle Date: Thu, 8 Aug 2024 16:35:54 -0600 Subject: [PATCH] Docs: Bring back page to avoid link breaks --- docs/firmware_update.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/firmware_update.md diff --git a/docs/firmware_update.md b/docs/firmware_update.md new file mode 100644 index 000000000..942d72eff --- /dev/null +++ b/docs/firmware_update.md @@ -0,0 +1,16 @@ +# Updating RTK Device Firmware + +Torch: ![Feature Supported](img/Icons/GreenDot.png) / EVK: ![Feature Supported](img/Icons/GreenDot.png) + +The RTK Devices run a variety of firmware. Please see the device specific pages for more information about the update methods: + +## RTK Torch + +* [Updating ESP32 Firmware](firmware_update_stm32.md) +* [Updating UM980 Firmware](firmware_update_um980.md) +* [Updating STM32 Firmware](firmware_update_stm32.md) + +## RTK EVK + +* [Updating ESP32 Firmware](firmware_update_stm32.md) +* [Updating u-blox Firmware](firmware_update_ublox.md)