File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ lib_ignore = wifi
16
16
spiffs
17
17
NetworkClientSecure
18
18
Zigbee
19
-
19
+ custom_sdkconfig =
20
+ ' # CONFIG_ZB_ENABLED is not set'
20
21
custom_component_remove =
21
22
espressif/esp_hosted
22
23
espressif/esp_wifi_remote
@@ -40,6 +41,8 @@ lib_ignore = wifi
40
41
spiffs
41
42
NetworkClientSecure
42
43
Zigbee
44
+ custom_sdkconfig =
45
+ ' # CONFIG_ZB_ENABLED is not set'
43
46
custom_component_remove = espressif/esp_hosted
44
47
espressif/esp_wifi_remote
45
48
espressif/esp-dsp
@@ -97,6 +100,7 @@ custom_sdkconfig = CONFIG_SPIRAM_MODE_OCT=y
97
100
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240 =y
98
101
CONFIG_ESP32S3_DATA_CACHE_64KB =y
99
102
CONFIG_ESP32S3_DATA_CACHE_LINE_64B =y
103
+ ' # CONFIG_ZB_ENABLED is not set'
100
104
custom_component_remove = espressif/esp_hosted
101
105
espressif/esp_wifi_remote
102
106
espressif/qrcode
You can’t perform that action at this time.
0 commit comments