From 1260746ef27b731a1abd366df2310931f669aa19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20G=C3=B3mez=20Rodr=C3=ADguez?= Date: Sat, 4 Jan 2025 23:13:25 +0000 Subject: [PATCH] fix menu path --- .../Reset-the-Arduino-bootloader-on-the-Nano-ESP32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Hardware Support/Nano Family/Reset-the-Arduino-bootloader-on-the-Nano-ESP32.md b/content/Hardware Support/Nano Family/Reset-the-Arduino-bootloader-on-the-Nano-ESP32.md index 69e3f7a1..82120e60 100644 --- a/content/Hardware Support/Nano Family/Reset-the-Arduino-bootloader-on-the-Nano-ESP32.md +++ b/content/Hardware Support/Nano Family/Reset-the-Arduino-bootloader-on-the-Nano-ESP32.md @@ -54,7 +54,7 @@ If you see this error, it means that the sketch is still being uploading with th Try this: -* Ensure that the **Esptool** option is selected in the **Sketch > Upload Using Programmer** menu. It needs to be actively selected, even if no other options are available. You will know the Esptool option is selected if a checkmark is displayed next to the name. +* Ensure that the **Esptool** option is selected in the **Tools > Programmer** menu. It needs to be actively selected, even if no other options are available. You will know the Esptool option is selected if a checkmark is displayed next to the name. ![The Esptool option in the Tools > Programmer menu. A checkmark indicates that the option is currently selected.](img/esptool-selected.png)