We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bc8a70 + 882dadd commit 9e556abCopy full SHA for 9e556ab
.github/workflows/build.yaml
@@ -211,6 +211,7 @@ jobs:
211
- name: Setup Build, Run Build and Run Tests
212
run: |
213
scripts/build/gn_gen.sh --args=" \
214
+ chip_project_config_include_dirs=[\"//..\"] \
215
chip_crypto=\"boringssl\"
216
enable_rtti=true \
217
enable_pylib=true \
CHIPProjectConfig.h
@@ -59,6 +59,6 @@
59
// Home Assistant Python Matter server specific configs
60
#define CHIP_EXCHANGE_NODE_ID_LOGGING 1
61
#define CHIP_CONFIG_CONTROLLER_MAX_ACTIVE_DEVICES 1024
62
-#define CHIP_CONFIG_MAX_EXCHANGE_CONTEXTS 256
+#define CHIP_CONFIG_MAX_EXCHANGE_CONTEXTS 192
63
64
#endif /* CHIPPROJECTCONFIG_H */
0 commit comments