You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/get-started/index.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -42,16 +42,16 @@ To use ESP-ADF you need set up the ESP-IDF first, and this is described in the n
42
42
43
43
.. note::
44
44
45
-
ESP-ADF is developed using `stable version of ESP-IDF <https://docs.espressif.com/projects/esp-idf/en/stable/versions.html>`_. If your have already set up another version, please switch to the stable, or you may not be able to compile ESP-ADF applications.
45
+
ESP-ADF is developed using `v3.3.1 version of ESP-IDF <https://docs.espressif.com/projects/esp-idf/en/v3.3.1/versions.html>`_. If your have already set up another version, please switch to the v3.3.1, or you may not be able to compile ESP-ADF applications.
46
46
47
47
.. _get-started-setup-esp-idf:
48
48
49
49
Set up ESP-IDF
50
50
==============
51
51
52
-
Configure your PC according to `ESP32 Documentation <https://docs.espressif.com/projects/esp-idf/en/stable/>`_. `Windows <https://docs.espressif.com/projects/esp-idf/en/stable/get-started/windows-setup.html>`_, `Linux <https://docs.espressif.com/projects/esp-idf/en/stable/get-started/linux-setup.html>`_ and `Mac OS <https://docs.espressif.com/projects/esp-idf/en/stable/get-started/macos-setup.html>`_ operating systems are supported.
52
+
Configure your PC according to `ESP32 Documentation <https://docs.espressif.com/projects/esp-idf/en/v3.3.1/>`_. `Windows <https://docs.espressif.com/projects/esp-idf/en/v3.3.1/get-started/windows-setup.html>`_, `Linux <https://docs.espressif.com/projects/esp-idf/en/v3.3.1/get-started/linux-setup.html>`_ and `Mac OS <https://docs.espressif.com/projects/esp-idf/en/v3.3.1/get-started/macos-setup.html>`_ operating systems are supported.
53
53
54
-
You have a choice to compile and upload code to the ESP32 by command line with `make <https://docs.espressif.com/projects/esp-idf/en/stable/get-started/make-project.html>`_ or using `Eclipse IDE <https://docs.espressif.com/projects/esp-idf/en/stable/get-started/eclipse-setup.html>`_.
54
+
You have a choice to compile and upload code to the ESP32 by command line with `make <https://docs.espressif.com/projects/esp-idf/en/v3.3.1/get-started/make-project.html>`_ or using `Eclipse IDE <https://docs.espressif.com/projects/esp-idf/en/v3.3.1/get-started/eclipse-setup.html>`_.
55
55
56
56
.. note::
57
57
@@ -89,7 +89,7 @@ ESP-ADF will be downloaded into ``~/esp/esp-adf``.
89
89
Setup Path to ESP-ADF
90
90
=====================
91
91
92
-
The toolchain programs access ESP-ADF using ``ADF_PATH`` environment variable. This variable should be set up on your PC, otherwise the projects will not build. The process to set it up is analogous to setting up the ``IDF_PATH`` variable, please see instructions in ESP-IDF documentation under `Add IDF_PATH to User Profile <https://docs.espressif.com/projects/esp-idf/en/stable/get-started/add-idf_path-to-profile.html>`_.
92
+
The toolchain programs access ESP-ADF using ``ADF_PATH`` environment variable. This variable should be set up on your PC, otherwise the projects will not build. The process to set it up is analogous to setting up the ``IDF_PATH`` variable, please see instructions in ESP-IDF documentation under `Add IDF_PATH to User Profile <https://docs.espressif.com/projects/esp-idf/en/v3.3.1/get-started/add-idf_path-to-profile.html>`_.
93
93
94
94
95
95
.. _get-started-start-project:
@@ -119,7 +119,7 @@ You can also find a range of example projects under the :adf:`examples` director
119
119
Connect and Configure
120
120
=====================
121
121
122
-
Connect the audio ESP32 board to the PC, check under what serial port the board is visible and verify, if serial communication works as described in `ESP-IDF Documentation <https://docs.espressif.com/projects/esp-idf/en/stable/get-started/establish-serial-connection.html>`_.
122
+
Connect the audio ESP32 board to the PC, check under what serial port the board is visible and verify, if serial communication works as described in `ESP-IDF Documentation <https://docs.espressif.com/projects/esp-idf/en/v3.3.1/get-started/establish-serial-connection.html>`_.
123
123
124
124
At the terminal window, go to the directory of ``play_mp3`` application and configure it with ``menuconfig`` by selecting the serial port, upload speed and the audio board version::
0 commit comments