Skip to content

Commit 81738d8

Browse files
authored
feat(matter): increased max num endpoint to 64 - ESP32
1 parent 13bb8d0 commit 81738d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/defconfig.esp32

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=4096
2323

2424
# Matter settings:
2525
CONFIG_ENABLE_CHIPOBLE=n
26+
# increase the maximum number of endpoints per device
27+
CONFIG_ESP_MATTER_MAX_DYNAMIC_ENDPOINT_COUNT=64
28+

0 commit comments

Comments
 (0)