Skip to content

Commit 520eafc

Browse files
authored
fix(matter): removes not existing MACRO
1 parent 7442623 commit 520eafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/src/Matter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ bool ArduinoMatter::isBLECommissioningEnabled() {
215215
// Check hardware support (SOC capabilities) AND Matter/ESP configuration
216216
// BLE commissioning requires: SOC BLE support AND (CHIPoBLE or NimBLE enabled)
217217
#ifdef SOC_BLE_SUPPORTED
218-
#if CONFIG_NETWORK_LAYER_BLE || CONFIG_ENABLE_CHIPOBLE
218+
#if CONFIG_ENABLE_CHIPOBLE
219219
return true;
220220
#else
221221
// Also check if BLE stack is enabled (Bluedroid or NimBLE)

0 commit comments

Comments
 (0)