Skip to content

Commit

Permalink
Set flag as 0 for WIFI_AP
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunuktak committed Oct 13, 2021
1 parent 012f5d5 commit 69bd9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/Tizen/CHIPDevicePlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 69bd9b9

Please sign in to comment.