mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
3cadeddde8
examples: Disabled BLE once commissioning is complete.
9 lines
334 B
Plaintext
9 lines
334 B
Plaintext
menu "App BLE"
|
|
|
|
config DEINIT_BLE_ON_COMMISSIONING_COMPLETE
|
|
bool "Disable and DeInit BLE on commissioning complete"
|
|
default y
|
|
help
|
|
Disable and deinit BLE and reclaim all its memory, once the commissioning is successful and Commissioning complete event is received in the application.
|
|
endmenu
|