From e3f43bed2ec1bd168feb623ac3de06a904baede3 Mon Sep 17 00:00:00 2001 From: charminULTRA Date: Thu, 26 May 2022 11:23:28 -0400 Subject: [PATCH] ./ is not used in Windows Using ./ at the start of the shell command will result in an error, so I've removed this part of the instruction. --- docs/getting-started/flashing-firmware/flashing-esp32.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/flashing-firmware/flashing-esp32.mdx b/docs/getting-started/flashing-firmware/flashing-esp32.mdx index af6e9cfc..e75a8275 100644 --- a/docs/getting-started/flashing-firmware/flashing-esp32.mdx +++ b/docs/getting-started/flashing-firmware/flashing-esp32.mdx @@ -246,13 +246,13 @@ values={[ #### Install ```shell title="Command" -./device-install.bat -f firmware-BOARD-VERSION.bin +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.bin ```