mirror of
https://github.com/sunwoods/EPaperLoader-esp32.git
synced 2026-08-13 14:38:18 -07:00
21 lines
682 B
INI
21 lines
682 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:esp32-s3-devkitc-1]
|
|
platform = espressif32
|
|
board = esp32-s3-devkitc-1
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
board_build.arduino.partitions = app3M_fat9M_16MB.csv
|
|
board_build.arduino.memory_type = qio_opi
|
|
build_flags = -DBOARD_HAS_PSRAM
|
|
board_upload.flash_size = 16MB
|
|
lib_deps = bblanchon/ArduinoJson@^7.3.1
|