mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
7fffc18406
endpoint: make it easier to create mutiple device_types endpoint Bridge: store bridged device information in flash
17 lines
483 B
Plaintext
17 lines
483 B
Plaintext
menu "ESP Matter Bridge"
|
|
|
|
config ESP_MATTER_AGGREGATOR_ENDPOINT_COUNT
|
|
int "The number of aggregator endpoints"
|
|
range 1 5
|
|
default 1
|
|
help
|
|
The number of aggregator endpoint for the bridge device
|
|
|
|
config ESP_MATTER_BRIDGE_INFO_PART_NAME
|
|
string "Bridge device information partition name"
|
|
default "nvs"
|
|
help
|
|
The NVS Partition name for Matter Bridge to store the bridged devices' information.
|
|
|
|
endmenu
|