Skip to content

Commit 7bd84dd

Browse files
committed
Added Python is missing on the troubleshooting section - small fix
1 parent c59f31f commit 7bd84dd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Diff for: docs/source/troubleshooting.rst

+7-5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ Here are some of the most common issues around the ESP32 development using Ardui
1212
Installing
1313
----------
1414

15+
Here are the common issues during the installation.
16+
17+
Building
18+
--------
19+
1520
Missing Python: "python": executable file not found in $PATH
1621
************************************************************
1722

@@ -25,25 +30,22 @@ You are trying to build your sketch using Ubuntu and this message appears:
2530
Solution
2631
^^^^^^^^
2732

28-
To avoid this error, you can install the ``python-is-python3`` to create the symbolic links.
33+
To avoid this error, you can install the ``python-is-python3`` package to create the symbolic links.
2934

3035
.. code-block:: bash
3136
3237
sudo apt install python-is-python3
3338
3439
If you are not using Ubuntu, you can check if you have the Python correctly installed or the presence of the symbolic links/environment variables.
3540

36-
Building
37-
--------
38-
3941
Flashing
4042
--------
4143

4244
Why is my board not flashing/uploading when I try to upload my sketch?
4345
**********************************************************************
4446

45-
If you are trying to upload a new sketch and your board is not responding, there are some possible reasons.
4647
To be able to upload the sketch via serial interface, the ESP32 must be in the download mode. The download mode allows you to upload the sketch over the serial port and to get into it, you need to keep the **GPIO0** in LOW while a resetting (**EN** pin) cycle.
48+
If you are trying to upload a new sketch and your board is not responding, there are some possible reasons.
4749

4850
Possible fatal error message from the Arduino IDE:
4951

0 commit comments

Comments
 (0)