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: ports/espressif/README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ Run ``cd ports/espressif`` from ``circuitpython/`` to move to the espressif port
168
168
169
169
.. code-block::
170
170
171
-
./esp-idf/export.sh
171
+
source ./esp-idf/export.sh
172
172
173
173
When CircuitPython updates the ESP-IDF to a new release, you may need to run this installation process again. The exact commands used may also vary based on your shell environment.
0 commit comments