Skip to content

Commit 1946ad1

Browse files
rlubosanangl
authored andcommitted
applications: matter_bridge: Disable more logs to save flash
The application won't fit into flash anymore in BLE bridge configuration, so disable some additional logs to save some flash. Signed-off-by: Robert Lubos <[email protected]> (cherry picked from commit 2276433)
1 parent a50860e commit 1946ad1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

applications/matter_bridge/src/chip_project_config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@
2121
#define CHIP_CONFIG_LOG_MODULE_DataManagement_PROGRESS 0
2222
#define CHIP_CONFIG_LOG_MODULE_FabricProvisioning_PROGRESS 0
2323
#define CHIP_CONFIG_LOG_MODULE_SecureChannel_PROGRESS 0
24+
/* Workaround for lack of memory */
25+
#define CHIP_CONFIG_LOG_MODULE_DeviceLayer_PROGRESS 0
2426

2527
#define CHIP_DEVICE_CONFIG_DYNAMIC_ENDPOINT_COUNT CONFIG_BRIDGE_MAX_DYNAMIC_ENDPOINTS_NUMBER

0 commit comments

Comments
 (0)