We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bea5e9 + d65f85c commit e4d5ee8Copy full SHA for e4d5ee8
src/platform/Ameba/CHIPDevicePlatformConfig.h
@@ -25,8 +25,13 @@
25
#pragma once
26
27
// ==================== Platform Adaptations ====================
28
-#define CHIP_DEVICE_CONFIG_ENABLE_WIFI_STATION 0
+#ifndef CHIP_DEVICE_CONFIG_ENABLE_WIFI_STATION
29
+#define CHIP_DEVICE_CONFIG_ENABLE_WIFI_STATION 1
30
+#endif
31
+
32
+#ifndef CHIP_DEVICE_CONFIG_ENABLE_WIFI_AP
33
#define CHIP_DEVICE_CONFIG_ENABLE_WIFI_AP 0
34
35
36
#if CHIP_ENABLE_OPENTHREAD
37
#define CHIP_DEVICE_CONFIG_ENABLE_THREAD 1
0 commit comments