32 lines
687 B
INI
32 lines
687 B
INI
[platformio]
|
|
; Workaround for Windows path length limit
|
|
core_dir = .platformio
|
|
|
|
[env:esp32-s2]
|
|
platform = espressif32
|
|
framework = arduino
|
|
board = esp32-s2-saola-1
|
|
build_flags = -DBUILTIN_RGBLED_PIN=18
|
|
-DNR_OF_LEDS=1
|
|
|
|
[env:esp32-s3]
|
|
platform = espressif32
|
|
framework = arduino
|
|
board = esp32-s3-devkitc-1
|
|
build_flags = -DBUILTIN_RGBLED_PIN=48
|
|
-DNR_OF_LEDS=1
|
|
|
|
[env:esp32-c3]
|
|
platform = espressif32
|
|
framework = arduino
|
|
board = esp32-c3-devkitm-1
|
|
build_flags = -DBUILTIN_RGBLED_PIN=8
|
|
-DNR_OF_LEDS=1
|
|
|
|
[env:esp32-c6]
|
|
platform = espressif32
|
|
framework = arduino
|
|
board = esp32-c6-devkitm-1
|
|
build_flags = -DBUILTIN_RGBLED_PIN=8
|
|
-DNR_OF_LEDS=1
|