27 lines
597 B
INI
27 lines
597 B
INI
[env:esp32-s3]
|
|
platform = espressif32
|
|
board = esp32-s3-devkitc-1
|
|
framework = arduino
|
|
|
|
monitor_speed = 115200
|
|
|
|
lib_deps =
|
|
adafruit/Adafruit GFX Library
|
|
adafruit/Adafruit SH110X
|
|
adafruit/Adafruit VEML7700 Library
|
|
adafruit/Adafruit MPU6050
|
|
adafruit/Adafruit MAX1704X
|
|
bblanchon/ArduinoJson
|
|
|
|
board_upload.flash_size = 16MB
|
|
board_build.partitions = default_16MB.csv
|
|
board_build.arduino.memory_type = qio_opi
|
|
board_build.extra_flags = -DBOARD_HAS_PSRAM
|
|
|
|
; board_build.filesystem = spiffs
|
|
|
|
build_flags =
|
|
-D PB_VERSION=\"1.0.0\"
|
|
-D PB_HOSTNAME=\"faceplant\"
|
|
-D PB_TZ=\"America/New_York\"
|