Skip to content

Commit 9e556ab

Browse files
authored
Merge pull request #85 from home-assistant-libs/use-local-chip-project-config-on-mac
Use local CHIP project config headers on macOS too
2 parents 5bc8a70 + 882dadd commit 9e556ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ jobs:
211211
- name: Setup Build, Run Build and Run Tests
212212
run: |
213213
scripts/build/gn_gen.sh --args=" \
214+
chip_project_config_include_dirs=[\"//..\"] \
214215
chip_crypto=\"boringssl\"
215216
enable_rtti=true \
216217
enable_pylib=true \

CHIPProjectConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
// Home Assistant Python Matter server specific configs
6060
#define CHIP_EXCHANGE_NODE_ID_LOGGING 1
6161
#define CHIP_CONFIG_CONTROLLER_MAX_ACTIVE_DEVICES 1024
62-
#define CHIP_CONFIG_MAX_EXCHANGE_CONTEXTS 256
62+
#define CHIP_CONFIG_MAX_EXCHANGE_CONTEXTS 192
6363

6464
#endif /* CHIPPROJECTCONFIG_H */

0 commit comments

Comments
 (0)