Skip to content

Commit

Permalink
Merge branch 'minor_doc_addn' into 'main'
Browse files Browse the repository at this point in the history
Added documentation for when to disable CONFIG_ENABLE_TEST_SETUP_PARAMS option

Closes CON-1088

See merge request app-frameworks/esp-matter!678
  • Loading branch information
dhrishi committed Apr 19, 2024
2 parents 16c53ff + f16b743 commit 1314caf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/en/developing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -921,12 +921,15 @@ Different implementations of the four providers can be chosen in meuconfig:

- ``Commissionable Data Provider options`` in ``→ Component config → ESP Matter``

When selecting ``Commissionable Data - Test``, the device will use the hardcoded Commissionable Data.
When selecting ``Commissionable Data - Test``, the device will use the hardcoded Commissionable Data. This uses the legacy commissionable data
provider and provides the test values. These test values are enclosed in ``CONFIG_ENABLE_TEST_SETUP_PARAMS`` option and enabled by default.

When selecting ``Commissionable Data - Factory``, the device will use commissionable data information from the factory partition. This option is visable only when ``CONFIG_ENABLE_ESP32_FACTORY_DATA_PROVIDER`` is selected.

When selecting ``Commissionable Data - Custom``, the device will use the custom defined commissionable data provider to obtain commissionable data information. ``esp_matter::set_custom_commissionable_data_provider()`` should be called before ``esp_matter::start()`` to set the custom provider.

If you are using ``Factory`` or ``Custom`` commissionable data provides, then disable the ``CONFIG_ENABLE_TEST_SETUP_PARAMS`` option.

- ``DAC Provider options`` in ``→ Component config → ESP Matter``

When selecting ``Attestation - Test``, the device will use the hardcoded Device Attestation Credentials.
Expand Down

0 comments on commit 1314caf

Please sign in to comment.