We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b5e15 commit 47392ffCopy full SHA for 47392ff
libraries/Matter/src/MatterEndPoint.cpp
@@ -27,7 +27,7 @@ bool MatterEndPoint::createSecondaryNetworkInterface() {
27
log_v("Secondary network interface endpoint already exists with ID %d", secondary_network_endpoint_id);
28
return false;
29
}
30
-
+
31
#if CHIP_DEVICE_CONFIG_ENABLE_THREAD && CHIP_DEVICE_CONFIG_ENABLE_WIFI_STATION
32
// Create a secondary network interface endpoint
33
endpoint::secondary_network_interface::config_t secondary_network_interface_config;
@@ -46,7 +46,7 @@ bool MatterEndPoint::createSecondaryNetworkInterface() {
46
log_i("Secondary Network Interface not supported");
47
48
#endif
49
50
return true;
51
52
0 commit comments