Skip to content

Commit 697dfc5

Browse files
update docs
1 parent 625f177 commit 697dfc5

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

docs/en/additionalfeatures.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ Additional IDE Features
2020
Wokwi Simulator<additionalfeatures/wokwisimulator>
2121
Switch Between Languages<additionalfeatures/switchlanguage>
2222
Configure CDT Build Environment Variables<additionalfeatures/configureenvvariables>
23-
Configuring Clang Toolchain<additionalfeatures/clangtoolchain>
23+
Configuring Clang Toolchain<additionalfeatures/clangtoolchain>
24+
Update Site Installation Guide<marketplaceupdate>
25+
windowsofflineinstaller<windowsofflineinstaller>

docs/en/additionalfeatures/configureenvvariables.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Configuring Environment Variables
2-
================================
2+
==================================
33

44
All the required environment variables are automatically configured by the IDE during the ESP-IDF and Tools installation process (``Espressif > ESP-IDF Manager > Add ESP-IDF``). You can verify these variables in the Preferences page under ``C/C++ > Build > Environment``.
55

docs/en/additionalfeatures/dfu.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _dfuflashing:
22

33
Device Firmware Upgrade (DFU) through USB
4-
=========================================
4+
==========================================
55

66
Device Firmware Upgrade (DFU) is a mechanism for upgrading the firmware of devices through Universal Serial Bus (USB). There are a few requirements that need to be met:
77

@@ -38,5 +38,5 @@ After meeting the above requirements, you can proceed to build and flash via DFU
3838
.. image:: https://user-images.githubusercontent.com/24419842/226182180-286099d3-9c1c-4394-abb0-212d43054529.png
3939
:alt: DFU actions
4040

41-
Additional information, including common errors and known issues, is available in this `guide <https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/dfu.html#usb-drivers-windows-only>`_.
41+
Additional information, including common errors and known issues, is available in `this <https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/dfu.html#usb-drivers-windows-only>`_.
4242

docs/en/installation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ Let's take a look at how multiple versions will look. Follow the same steps as b
6060
To activate any specific version, simply click on the radio button next to it in the ``Active`` column.
6161

6262
The refresh button in the last column for the active ESP-IDF version can be used to reload any changes in the directory you made.
63-

0 commit comments

Comments
 (0)