esp32_dashboard/platformio.ini
2024-08-07 21:39:05 +02:00

29 lines
914 B
INI

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:waveshare_esp32s3_touch_lcd_128]
platform = espressif32
board = waveshare_esp32s3_touch_lcd_128
framework = arduino
platform_packages=
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.1
framework-arduinoespressif32-libs @ https://github.com/espressif/arduino-esp32/releases/download/3.0.1/esp32-arduino-libs-3.0.1.zip
lib_deps =
lvgl@^8.3.11
bodmer/TFT_eSPI@^2.5.43
board_build.partitions = app3M_fat9M_16MB.csv
upload_speed = 115200
monitor_speed = 115200
monitor_port = COM5
upload_port = COM5