Skip to content

Commit 84ca50c

Browse files
authored
example: change c2 Hybrid Compile settings
1 parent b0e7e03 commit 84ca50c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/arduino-blink/platformio.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,13 @@ platform = espressif32
3131
framework = arduino
3232
board = esp32-c2-devkitm-1
3333
monitor_speed = 115200
34+
custom_sdkconfig =
35+
'# CONFIG_BT_ENABLED is not set'
36+
CONFIG_BT_CONTROLLER_DISABLED=y
3437
custom_component_remove = espressif/esp_hosted
3538
espressif/esp_wifi_remote
39+
espressif/esp_modem
40+
chmorgan/esp-libhelix-mp3
3641
espressif/esp-dsp
3742
espressif/esp32-camera
3843
espressif/libsodium
@@ -43,6 +48,8 @@ custom_component_remove = espressif/esp_hosted
4348
espressif/esp_diagnostics
4449
espressif/esp_rainmaker
4550
espressif/rmaker_common
51+
espressif/network_provisioning
52+
joltwallet/littlefs
4653
custom_component_add = espressif/cmake_utilities @ 0.*
4754

4855
[env:esp32-s3-arduino_nano_esp32]

0 commit comments

Comments
 (0)