30 lines
894 B
INI
30 lines
894 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-n16r8]
|
|
platform = espressif32
|
|
board = esp32-s3-devkitc-1
|
|
framework = arduino
|
|
board_build.arduino.memory_type = qio_opi
|
|
board_build.flash_mode = qio
|
|
board_build.psram_type = opi
|
|
board_upload.flash_size = 16MB
|
|
board_upload.maximum_size = 16777216
|
|
board_build.extra_flags =
|
|
-DBOARD_HAS_PSRAM
|
|
lib_deps =
|
|
adafruit/Adafruit ST7735 and ST7789 Library
|
|
adafruit/Adafruit GFX Library
|
|
bblanchon/ArduinoJson@^7.4.2
|
|
upload_speed = 921600
|
|
monitor_speed = 115200
|
|
build_flags = -std=gnu++2a
|
|
board_build.filesystem = littlefs
|