2024-07-17 15:29:13 +02:00
|
|
|
[env:esp32-s2]
|
|
|
|
|
platform = espressif32
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = esp32-s2-saola-1
|
2025-07-03 17:12:25 +02:00
|
|
|
lib_ignore = wifi
|
|
|
|
|
spiffs
|
|
|
|
|
NetworkClientSecure
|
2024-07-17 15:29:13 +02:00
|
|
|
build_flags = -DBUILTIN_RGBLED_PIN=18
|
|
|
|
|
-DNR_OF_LEDS=1
|
|
|
|
|
|
|
|
|
|
[env:esp32-s3]
|
|
|
|
|
platform = espressif32
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = esp32-s3-devkitc-1
|
2025-07-03 17:12:25 +02:00
|
|
|
lib_ignore = wifi
|
|
|
|
|
spiffs
|
|
|
|
|
NetworkClientSecure
|
2024-07-17 15:29:13 +02:00
|
|
|
build_flags = -DBUILTIN_RGBLED_PIN=48
|
|
|
|
|
-DNR_OF_LEDS=1
|
|
|
|
|
|
|
|
|
|
[env:esp32-c3]
|
|
|
|
|
platform = espressif32
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = esp32-c3-devkitm-1
|
2025-07-03 17:12:25 +02:00
|
|
|
lib_ignore = wifi
|
|
|
|
|
spiffs
|
|
|
|
|
NetworkClientSecure
|
2024-07-17 15:29:13 +02:00
|
|
|
build_flags = -DBUILTIN_RGBLED_PIN=8
|
|
|
|
|
-DNR_OF_LEDS=1
|
|
|
|
|
|
|
|
|
|
[env:esp32-c6]
|
|
|
|
|
platform = espressif32
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = esp32-c6-devkitm-1
|
2025-07-03 17:12:25 +02:00
|
|
|
lib_ignore = wifi
|
|
|
|
|
spiffs
|
|
|
|
|
NetworkClientSecure
|
2024-07-17 15:29:13 +02:00
|
|
|
build_flags = -DBUILTIN_RGBLED_PIN=8
|
|
|
|
|
-DNR_OF_LEDS=1
|