23 lines
476 B
INI
23 lines
476 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_build.filesystem = spiffs
|
|
; board_build.partitions = default.csv
|
|
|
|
build_flags =
|
|
-D PB_VERSION=\"1.0.0\"
|
|
-D PB_HOSTNAME=\"faceplant\"
|
|
-D PB_TZ=\"America/New_York\"
|