Skip to content

Commit d71e74f

Browse files
authored
Update platformio.ini
1 parent fb872fc commit d71e74f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

examples/arduino-blink/platformio.ini

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ framework = arduino
1313
board = esp32-solo1
1414
build_flags = -DLED_BUILTIN=2
1515
lib_ignore = wifi
16-
bt
1716
spiffs
1817
NetworkClientSecure
1918

@@ -37,7 +36,6 @@ framework = arduino
3736
board = esp32-c2-devkitm-1
3837
monitor_speed = 115200
3938
lib_ignore = wifi
40-
bt
4139
spiffs
4240
NetworkClientSecure
4341
custom_component_remove = espressif/esp_hosted
@@ -60,7 +58,6 @@ framework = arduino
6058
board = arduino_nano_esp32
6159
monitor_speed = 115200
6260
lib_ignore = wifi
63-
bt
6461
spiffs
6562
NetworkClientSecure
6663
custom_component_remove = espressif/esp_hosted
@@ -81,7 +78,7 @@ custom_component_remove = espressif/esp_hosted
8178
platform = espressif32
8279
framework = arduino
8380
board = esp32s3_120_16_8-qio_opi
84-
lib_ignore = bt
81+
lib_ignore =
8582
spiffs
8683
NetworkClientSecure
8784
custom_sdkconfig = CONFIG_SPIRAM_MODE_OCT=y
@@ -112,7 +109,6 @@ build_type = debug
112109
board = esp32-c6-devkitc-1
113110
monitor_speed = 115200
114111
lib_ignore = wifi
115-
bt
116112
spiffs
117113
NetworkClientSecure
118114
custom_component_remove = espressif/esp_hosted
@@ -128,7 +124,6 @@ framework = arduino
128124
board = esp32-h2-devkitm-1
129125
monitor_speed = 115200
130126
lib_ignore =
131-
bt
132127
spiffs
133128
NetworkClientSecure
134129
custom_component_remove = espressif/esp_hosted
@@ -144,7 +139,6 @@ framework = arduino
144139
board = esp32-p4
145140
build_flags = -DLED_BUILTIN=2
146141
lib_ignore = wifi
147-
bt
148142
spiffs
149143
NetworkClientSecure
150144
monitor_speed = 115200

0 commit comments

Comments
 (0)