Files
platform-espressif32/examples/espidf-hello-world/platformio.ini
T
Stijn Tintel 95e0a731cc Initial support for ESP32-C6-DevKitC-1 (#1054)
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2023-08-03 15:50:34 +03:00

26 lines
598 B
INI

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter, extra scripting
; Upload options: custom port, speed and extra flags
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env]
platform = espressif32
framework = espidf
monitor_speed = 115200
[env:esp32dev]
board = esp32dev
[env:esp32-s2-kaluga-1]
board = esp32-s2-kaluga-1
[env:esp32-c3-devkitm-1]
board = esp32-c3-devkitm-1
[env:esp32-c6-devkitc-1]
board = esp32-c6-devkitc-1