Files
platform-espressif32/examples/arduino-rmt-blink/platformio.ini
T
Jason2866 a9fac0739d Remove OpenThread library from platformio.ini
Removed OpenThread from the list of libraries in two sections.
2026-02-12 01:31:22 +01:00

83 lines
1.8 KiB
INI

[env:esp32-s2]
platform = espressif32
framework = arduino
board = esp32-s2-saola-1
lib_ignore = ble
wifi
ESP RainMaker
ESP Insights
spiffs
NetworkClientSecure
Zigbee
Matter
OpenThread
dsp
build_flags = -DBUILTIN_RGBLED_PIN=18
-DNR_OF_LEDS=1
[env:esp32-s3]
platform = espressif32
framework = arduino
board = esp32-s3-devkitc-1
lib_ignore = ble
wifi
ESP RainMaker
ESP Insights
spiffs
NetworkClientSecure
Zigbee
Matter
OpenThread
dsp
build_flags = -DBUILTIN_RGBLED_PIN=48
-DNR_OF_LEDS=1
[env:esp32-c3]
platform = espressif32
framework = arduino
board = esp32-c3-devkitm-1
lib_ignore = ble
wifi
ESP RainMaker
ESP Insights
spiffs
NetworkClientSecure
Zigbee
Matter
OpenThread
dsp
build_flags = -DBUILTIN_RGBLED_PIN=8
-DNR_OF_LEDS=1
[env:esp32-c5]
platform = espressif32
framework = arduino
board = esp32-c5-devkitc-1
lib_ignore = ble
wifi
ESP RainMaker
ESP Insights
spiffs
NetworkClientSecure
Zigbee
Matter
dsp
build_flags = -DBUILTIN_RGBLED_PIN=27
-DNR_OF_LEDS=1
[env:esp32-c6]
platform = espressif32
framework = arduino
board = esp32-c6-devkitm-1
lib_ignore = ble
wifi
ESP RainMaker
ESP Insights
spiffs
NetworkClientSecure
Zigbee
Matter
dsp
build_flags = -DBUILTIN_RGBLED_PIN=8
-DNR_OF_LEDS=1