esp32-dalek/platformio.ini

21 lines
520 B
INI
Raw Permalink Normal View History

2024-06-02 19:17:23 +00:00
; 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
upload_speed = 921600
2024-06-02 19:17:23 +00:00
monitor_speed = 115200
monitor_filters =
direct
esp32_exception_decoder
[env:esp32dev]
board = esp32dev