Merge pull request #8803 from romkey/espressif-doc-missing-source

fixed missing 'source' command on install line
This commit is contained in:
Scott Shawcroft 2024-01-17 10:28:04 -08:00 committed by GitHub
commit b49f5b351f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -168,7 +168,7 @@ Run ``cd ports/espressif`` from ``circuitpython/`` to move to the espressif port
.. code-block::
./esp-idf/export.sh
source ./esp-idf/export.sh
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.