We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98bffa commit de74230Copy full SHA for de74230
applications/matter_bridge/prj.conf
@@ -51,3 +51,6 @@ CONFIG_CHIP_FACTORY_DATA_BUILD=y
51
# Enable LTO to decrease the flash usage.
52
CONFIG_LTO=y
53
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
54
+
55
+# Increase heap size to accommodate the memory required for additional bridged devices.
56
+CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=16384
applications/matter_bridge/prj_release.conf
@@ -55,3 +55,6 @@ CONFIG_CHIP_ENABLE_READ_CLIENT=y
# Enable Watchdog
57
CONFIG_NCS_SAMPLE_MATTER_WATCHDOG=y
58
59
60
0 commit comments