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
@tatsutaigu In the end products, these parameters won't be configurable through menuconfig but would be fixed and pre-configured in the device. As we are getting closer to production, the support for this was removed on purpose. You can check the sub-section "Using ESP32 Factory Data Provider (Optional)" here to configure the values of your choice. If the values are not set using the factory data provider, the default ones are used (discriminator 3840 and setup pincode 20202021) from the common SDK code.
And, the documentation you pointed out seems to be stale and we will update it right away. Thanks for reporting!
Problem
I cannot find discriminator and setup pin code setting in menuconfig.
Where is it?
How do I change it?
https://github.com/project-chip/connectedhomeip/tree/master/examples/all-clusters-app/esp32#commissioning-over-ble
I tried
grep "f00" sdkconfig
,grep "3840" sdkconfig
andgrep "20202021" sdkconfig
, but not found.connectedhomeip : commit ae2ca6d (HEAD -> master, origin/master, origin/HEAD)
ESP-IDF : v4.4.1
device : ESP32-C3-DevkitM-1
The text was updated successfully, but these errors were encountered: