From 69bd9b951aedc41e223a186cc5b576f19295ceab Mon Sep 17 00:00:00 2001 From: hyunuktak Date: Thu, 7 Oct 2021 09:56:49 +0900 Subject: [PATCH] Set flag as 0 for WIFI_AP --- src/platform/Tizen/CHIPDevicePlatformConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/Tizen/CHIPDevicePlatformConfig.h b/src/platform/Tizen/CHIPDevicePlatformConfig.h index 35e80c6ee5415c..685887004defa9 100644 --- a/src/platform/Tizen/CHIPDevicePlatformConfig.h +++ b/src/platform/Tizen/CHIPDevicePlatformConfig.h @@ -27,7 +27,7 @@ // ==================== Platform Adaptations ==================== #define CHIP_DEVICE_CONFIG_ENABLE_WIFI_STATION 1 -#define CHIP_DEVICE_CONFIG_ENABLE_WIFI_AP 1 +#define CHIP_DEVICE_CONFIG_ENABLE_WIFI_AP 0 #define CHIP_DEVICE_CONFIG_ENABLE_THREAD 0