From 08c4904f8d478dc22e1d730a805b7a233a471917 Mon Sep 17 00:00:00 2001 From: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:37:45 -0400 Subject: [PATCH] [SL-Temp] keep Zigbee Channel steering only for series 3 --- examples/platform/silabs/BaseApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platform/silabs/BaseApplication.cpp b/examples/platform/silabs/BaseApplication.cpp index 025fc48cae..dfcf8915fc 100644 --- a/examples/platform/silabs/BaseApplication.cpp +++ b/examples/platform/silabs/BaseApplication.cpp @@ -936,7 +936,7 @@ void BaseApplication::OnPlatformEvent(const ChipDeviceEvent * event, intptr_t) #endif /* CHIP_CONFIG_ENABLE_ICD_SERVER && RS911X_WIFI */ // SL-Only #ifdef SL_CATALOG_ZIGBEE_STACK_COMMON_PRESENT -#if defined(SL_MATTER_ZIGBEE_CMP) +#if defined(SL_MATTER_ZIGBEE_CMP) && defined(_SILICON_LABS_32B_SERIES_3) uint8_t channel = otLinkGetChannel(DeviceLayer::ThreadStackMgrImpl().OTInstance()); Zigbee::RequestStart(channel); // leave handle internally #elif defined(SL_MATTER_ZIGBEE_SEQUENTIAL) // Matter Zigbee sequential