Skip to content

Commit 93d9067

Browse files
authored
Update platformio.ini add Matter and OpenThread to lib_ignore
1 parent 14f8edb commit 93d9067

File tree

1 file changed

+30
-20
lines changed

1 file changed

+30
-20
lines changed
Lines changed: 30 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,79 @@
11
[env:esp32-s2]
2-
platform = espressif32
3-
framework = arduino
4-
board = esp32-s2-saola-1
5-
lib_ignore = ble
2+
platform = espressif32
3+
framework = arduino
4+
board = esp32-s2-saola-1
5+
lib_ignore = ble
66
wifi
77
ESP RainMaker
88
ESP Insights
99
spiffs
1010
NetworkClientSecure
1111
Zigbee
12+
Matter
13+
OpenThread
1214
build_flags = -DBUILTIN_RGBLED_PIN=18
1315
-DNR_OF_LEDS=1
1416

1517
[env:esp32-s3]
16-
platform = espressif32
17-
framework = arduino
18-
board = esp32-s3-devkitc-1
19-
lib_ignore = ble
18+
platform = espressif32
19+
framework = arduino
20+
board = esp32-s3-devkitc-1
21+
lib_ignore = ble
2022
wifi
2123
ESP RainMaker
2224
ESP Insights
2325
spiffs
2426
NetworkClientSecure
2527
Zigbee
28+
Matter
29+
OpenThread
2630
build_flags = -DBUILTIN_RGBLED_PIN=48
2731
-DNR_OF_LEDS=1
2832

2933
[env:esp32-c3]
30-
platform = espressif32
31-
framework = arduino
32-
board = esp32-c3-devkitm-1
33-
lib_ignore = ble
34+
platform = espressif32
35+
framework = arduino
36+
board = esp32-c3-devkitm-1
37+
lib_ignore = ble
3438
wifi
3539
ESP RainMaker
3640
ESP Insights
3741
spiffs
3842
NetworkClientSecure
3943
Zigbee
44+
Matter
45+
OpenThread
4046
build_flags = -DBUILTIN_RGBLED_PIN=8
4147
-DNR_OF_LEDS=1
4248

4349
[env:esp32-c5]
44-
platform = espressif32
45-
framework = arduino
46-
board = esp32-c5-devkitc-1
47-
lib_ignore = ble
50+
platform = espressif32
51+
framework = arduino
52+
board = esp32-c5-devkitc-1
53+
lib_ignore = ble
4854
wifi
4955
ESP RainMaker
5056
ESP Insights
5157
spiffs
5258
NetworkClientSecure
5359
Zigbee
60+
Matter
61+
OpenThread
5462
build_flags = -DBUILTIN_RGBLED_PIN=27
5563
-DNR_OF_LEDS=1
5664

5765
[env:esp32-c6]
58-
platform = espressif32
59-
framework = arduino
60-
board = esp32-c6-devkitm-1
61-
lib_ignore = ble
66+
platform = espressif32
67+
framework = arduino
68+
board = esp32-c6-devkitm-1
69+
lib_ignore = ble
6270
wifi
6371
ESP RainMaker
6472
ESP Insights
6573
spiffs
6674
NetworkClientSecure
6775
Zigbee
76+
Matter
77+
OpenThread
6878
build_flags = -DBUILTIN_RGBLED_PIN=8
6979
-DNR_OF_LEDS=1

0 commit comments

Comments
 (0)