diff --git a/examples/common/blemesh_platform/platform/ESP32_custom/BUILD.gn b/examples/common/blemesh_platform/platform/ESP32_custom/BUILD.gn index fcd3cf48a..4cf99343c 100644 --- a/examples/common/blemesh_platform/platform/ESP32_custom/BUILD.gn +++ b/examples/common/blemesh_platform/platform/ESP32_custom/BUILD.gn @@ -38,6 +38,8 @@ declare_args() { chip_enable_route_hook = false } +chip_persist_subscriptions = true + buildconfig_header("custom_buildconfig") { header = "CHIPDeviceBuildConfig.h" header_dir = "platform"