You've already forked EPaperLoader-esp32
mirror of
https://github.com/sunwoods/EPaperLoader-esp32.git
synced 2026-04-29 10:20:25 -07:00
7091345ffd
+ new 1.54 + new 1.54b + 4.37b + 10.2b + ED060KD1
22 lines
708 B
INI
22 lines
708 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
|
|
bitbank2/FastEPD@^1.2.0 |