28 lines
607 B
INI
28 lines
607 B
INI
|
|
[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
|