Skip to content

Commit 433bb53

Browse files
authored
Update platformio.ini
1 parent 1076c0d commit 433bb53

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

examples/arduino-blink/platformio.ini

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ platform = espressif32
1212
framework = arduino
1313
board = esp32-solo1
1414
build_flags = -DLED_BUILTIN=2
15+
lib_ignore = wifi
16+
bt
17+
spiffs
18+
NetworkClientSecure
19+
1520
custom_component_remove =
1621
espressif/esp_hosted
1722
espressif/esp_wifi_remote
@@ -31,6 +36,10 @@ platform = espressif32
3136
framework = arduino
3237
board = esp32-c2-devkitm-1
3338
monitor_speed = 115200
39+
lib_ignore = wifi
40+
bt
41+
spiffs
42+
NetworkClientSecure
3443
custom_component_remove = espressif/esp_hosted
3544
espressif/esp_wifi_remote
3645
espressif/esp-dsp
@@ -50,6 +59,10 @@ platform = espressif32
5059
framework = arduino
5160
board = arduino_nano_esp32
5261
monitor_speed = 115200
62+
lib_ignore = wifi
63+
bt
64+
spiffs
65+
NetworkClientSecure
5366
custom_component_remove = espressif/esp_hosted
5467
espressif/esp_wifi_remote
5568
espressif/esp-dsp
@@ -68,6 +81,9 @@ custom_component_remove = espressif/esp_hosted
6881
platform = espressif32
6982
framework = arduino
7083
board = esp32s3_120_16_8-qio_opi
84+
lib_ignore = bt
85+
spiffs
86+
NetworkClientSecure
7187
custom_sdkconfig = CONFIG_SPIRAM_MODE_OCT=y
7288
CONFIG_SPIRAM_SPEED_120M=y
7389
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
@@ -95,6 +111,10 @@ framework = arduino
95111
build_type = debug
96112
board = esp32-c6-devkitc-1
97113
monitor_speed = 115200
114+
lib_ignore = wifi
115+
bt
116+
spiffs
117+
NetworkClientSecure
98118
custom_component_remove = espressif/esp_hosted
99119
espressif/esp_wifi_remote
100120
espressif/mdns
@@ -107,6 +127,10 @@ platform = espressif32
107127
framework = arduino
108128
board = esp32-h2-devkitm-1
109129
monitor_speed = 115200
130+
lib_ignore =
131+
bt
132+
spiffs
133+
NetworkClientSecure
110134
custom_component_remove = espressif/esp_hosted
111135
espressif/esp_wifi_remote
112136
espressif/mdns
@@ -119,6 +143,10 @@ platform = espressif32
119143
framework = arduino
120144
board = esp32-p4
121145
build_flags = -DLED_BUILTIN=2
146+
lib_ignore = wifi
147+
bt
148+
spiffs
149+
NetworkClientSecure
122150
monitor_speed = 115200
123151
custom_component_remove = espressif/esp_hosted
124152
espressif/esp_wifi_remote

0 commit comments

Comments
 (0)