From b0e06500bc2670a1dcaaf19473550cd9ad185135 Mon Sep 17 00:00:00 2001 From: mzac <10270879+mzac@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:11:04 -0400 Subject: [PATCH] Update cli-script.mdx It seems the update script wants the firmware ending in -update.bin --- docs/getting-started/flashing-firmware/esp32/cli-script.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/flashing-firmware/esp32/cli-script.mdx b/docs/getting-started/flashing-firmware/esp32/cli-script.mdx index c8e0e4e2..d6e24d29 100644 --- a/docs/getting-started/flashing-firmware/esp32/cli-script.mdx +++ b/docs/getting-started/flashing-firmware/esp32/cli-script.mdx @@ -226,7 +226,7 @@ values={[ ##### Update ```shell title="Command" -./device-update.sh -f firmware-BOARD-VERSION.bin +./device-update.sh -f firmware-BOARD-VERSION-update.bin ``` @@ -243,7 +243,7 @@ values={[ ##### Update ```shell title="Command" -./device-update.sh -f firmware-BOARD-VERSION.bin +./device-update.sh -f firmware-BOARD-VERSION-update.bin ``` @@ -260,7 +260,7 @@ device-install.bat -f firmware-BOARD-VERSION.bin ##### Update ```shell title="Command" -device-update.bat -f firmware-BOARD-VERSION.bin +device-update.bat -f firmware-BOARD-VERSION-update.bin ```