File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,13 @@ platform = espressif32
31
31
framework = arduino
32
32
board = esp32-c2-devkitm-1
33
33
monitor_speed = 115200
34
+ custom_sdkconfig =
35
+ ' # CONFIG_BT_ENABLED is not set'
36
+ CONFIG_BT_CONTROLLER_DISABLED =y
34
37
custom_component_remove = espressif/esp_hosted
35
38
espressif/esp_wifi_remote
39
+ espressif/esp_modem
40
+ chmorgan/esp-libhelix-mp3
36
41
espressif/esp-dsp
37
42
espressif/esp32-camera
38
43
espressif/libsodium
@@ -43,6 +48,8 @@ custom_component_remove = espressif/esp_hosted
43
48
espressif/esp_diagnostics
44
49
espressif/esp_rainmaker
45
50
espressif/rmaker_common
51
+ espressif/network_provisioning
52
+ joltwallet/littlefs
46
53
custom_component_add = espressif/cmake_utilities @ 0.*
47
54
48
55
[env:esp32-s3-arduino_nano_esp32]
You can’t perform that action at this time.
0 commit comments