Skip to content

Commit 5db706c

Browse files
authored
Update platformio.ini
1 parent 433bb53 commit 5db706c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

examples/arduino-rmt-blink/platformio.ini

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,42 @@
22
platform = espressif32
33
framework = arduino
44
board = esp32-s2-saola-1
5+
lib_ignore = wifi
6+
bt
7+
spiffs
8+
NetworkClientSecure
59
build_flags = -DBUILTIN_RGBLED_PIN=18
610
-DNR_OF_LEDS=1
711

812
[env:esp32-s3]
913
platform = espressif32
1014
framework = arduino
1115
board = esp32-s3-devkitc-1
16+
lib_ignore = wifi
17+
bt
18+
spiffs
19+
NetworkClientSecure
1220
build_flags = -DBUILTIN_RGBLED_PIN=48
1321
-DNR_OF_LEDS=1
1422

1523
[env:esp32-c3]
1624
platform = espressif32
1725
framework = arduino
1826
board = esp32-c3-devkitm-1
27+
lib_ignore = wifi
28+
bt
29+
spiffs
30+
NetworkClientSecure
1931
build_flags = -DBUILTIN_RGBLED_PIN=8
2032
-DNR_OF_LEDS=1
2133

2234
[env:esp32-c6]
2335
platform = espressif32
2436
framework = arduino
2537
board = esp32-c6-devkitm-1
38+
lib_ignore = wifi
39+
bt
40+
spiffs
41+
NetworkClientSecure
2642
build_flags = -DBUILTIN_RGBLED_PIN=8
2743
-DNR_OF_LEDS=1

0 commit comments

Comments
 (0)