From f798206ce54ef58e2652c78bfaa9f5fd7f2d3b3a Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Tue, 20 Jul 2021 20:30:22 +0200 Subject: [PATCH] docs: update the description of JTAG switches on, fix typos Closes https://github.com/espressif/esp-idf/issues/6021 --- docs/en/api-guides/jtag-debugging/esp32s2.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/api-guides/jtag-debugging/esp32s2.inc b/docs/en/api-guides/jtag-debugging/esp32s2.inc index 6e1a3f0f5a..45724528a1 100644 --- a/docs/en/api-guides/jtag-debugging/esp32s2.inc +++ b/docs/en/api-guides/jtag-debugging/esp32s2.inc @@ -148,13 +148,13 @@ .. devkit-defs -.. |devkit-name| replace:: ESP-S2-Kaluga-1 -.. |devkit-name-with-link| replace:: :doc:`ESP-S2-Kaluga-1 <../../hw-reference/index>` +.. |devkit-name| replace:: ESP32-S2-Kaluga-1 +.. |devkit-name-with-link| replace:: :doc:`ESP32-S2-Kaluga-1 <../../hw-reference/index>` --- .. devkit-hw-config -* Out of the box, ESP32-S2-Kaluga-1 doesn't need any additional hardware configuration for JTAG debugging. However if you are experiencing issues, check that switches 2-5 of the "JTAG" DIP switch block are in "ON" position. +* Out of the box, ESP32-S2-Kaluga-1 doesn't need any additional hardware configuration for JTAG debugging. However if you are experiencing issues, check that the "JTAG" DIP switches (SW5 in the schematic) labelled TCK, TDO, TDI, TMS are in "ON" position. ---