Skip to content

Commit 23c0af5

Browse files
authored
Disable Zigbee support in platformio.ini
Added custom SDK configuration to disable Zigbee support.
1 parent 1bfcac2 commit 23c0af5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/arduino-blink/platformio.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ lib_ignore = wifi
1616
spiffs
1717
NetworkClientSecure
1818
Zigbee
19-
19+
custom_sdkconfig =
20+
'# CONFIG_ZB_ENABLED is not set'
2021
custom_component_remove =
2122
espressif/esp_hosted
2223
espressif/esp_wifi_remote
@@ -40,6 +41,8 @@ lib_ignore = wifi
4041
spiffs
4142
NetworkClientSecure
4243
Zigbee
44+
custom_sdkconfig =
45+
'# CONFIG_ZB_ENABLED is not set'
4346
custom_component_remove = espressif/esp_hosted
4447
espressif/esp_wifi_remote
4548
espressif/esp-dsp
@@ -97,6 +100,7 @@ custom_sdkconfig = CONFIG_SPIRAM_MODE_OCT=y
97100
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y
98101
CONFIG_ESP32S3_DATA_CACHE_64KB=y
99102
CONFIG_ESP32S3_DATA_CACHE_LINE_64B=y
103+
'# CONFIG_ZB_ENABLED is not set'
100104
custom_component_remove = espressif/esp_hosted
101105
espressif/esp_wifi_remote
102106
espressif/qrcode

0 commit comments

Comments
 (0)