Skip to content

Commit dda2d77

Browse files
committed
Merge branch 'bugfix/blemesh_platform' into 'main'
bugfix: blemesh platform don't include chip_persist_subscriptions variable See merge request app-frameworks/esp-matter!479
2 parents 806230c + ee05e65 commit dda2d77

File tree

1 file changed

+2
-0
lines changed
  • examples/common/blemesh_platform/platform/ESP32_custom

1 file changed

+2
-0
lines changed

examples/common/blemesh_platform/platform/ESP32_custom/BUILD.gn

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ declare_args() {
3838
chip_enable_route_hook = false
3939
}
4040

41+
chip_persist_subscriptions = true
42+
4143
buildconfig_header("custom_buildconfig") {
4244
header = "CHIPDeviceBuildConfig.h"
4345
header_dir = "platform"

0 commit comments

Comments
 (0)