mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
docs: fix docs build for esp32s3
This commit is contained in:
+1
-1
@@ -217,7 +217,7 @@ build_docs:
|
||||
script:
|
||||
- cd docs
|
||||
- pip install -r requirements.txt
|
||||
- build-docs -t esp32 esp32c2 esp32c3 esp32c6 esp32h2 -l en
|
||||
- build-docs -t esp32 esp32s3 esp32c2 esp32c3 esp32c6 esp32h2 -l en
|
||||
|
||||
.deploy_docs_template:
|
||||
stage: docs
|
||||
|
||||
@@ -97,7 +97,7 @@ The option ``-n`` (count) is the number of generated binaries. In the above comm
|
||||
|
||||
The option ``--paa-trust-store-path`` should be added when using chip-tool to pair the device for manual tests.
|
||||
|
||||
.. only:: esp32 or esp32c3 or esp32c2 or esp32c6
|
||||
.. only:: esp32 or esp32s3 or esp32c3 or esp32c2 or esp32c6
|
||||
|
||||
::
|
||||
|
||||
|
||||
@@ -172,6 +172,12 @@ Choose IDF target.
|
||||
|
||||
idf.py set-target esp32
|
||||
|
||||
.. only:: esp32s3
|
||||
|
||||
::
|
||||
|
||||
idf.py set-target esp32s3
|
||||
|
||||
.. only:: esp32c3
|
||||
|
||||
::
|
||||
@@ -266,7 +272,7 @@ Use ``chip-tool`` in interactive mode to commission the device:
|
||||
chip-tool interactive start
|
||||
|
||||
|
||||
.. only:: esp32 or esp32c3 or esp32c2 or esp32c6
|
||||
.. only:: esp32 or esp32s3 or esp32c3 or esp32c2 or esp32c6
|
||||
|
||||
::
|
||||
|
||||
@@ -293,7 +299,7 @@ Above method commissions the device using setup passcode and discriminator. Devi
|
||||
|
||||
To Commission the device using manual pairing code 34970112332
|
||||
|
||||
.. only:: esp32 or esp32c3 or esp32c2 or esp32c6
|
||||
.. only:: esp32 or esp32s3 or esp32c3 or esp32c2 or esp32c6
|
||||
|
||||
::
|
||||
|
||||
@@ -320,7 +326,7 @@ Above default manual pairing code contains following values:
|
||||
|
||||
To commission the device using QR code MT:Y.K9042C00KA0648G00
|
||||
|
||||
.. only:: esp32 or esp32c3 or esp32c2 or esp32c6
|
||||
.. only:: esp32 or esp32s3 or esp32c3 or esp32c2 or esp32c6
|
||||
|
||||
::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user