2024-05-23 22:42:03 +00:00
|
|
|
[platformio]
|
2024-07-26 04:38:48 +00:00
|
|
|
default_envs = T-Deck
|
2024-05-23 22:42:03 +00:00
|
|
|
src_dir = src
|
|
|
|
|
|
|
|
[env:T-Deck]
|
2024-05-26 22:30:46 +00:00
|
|
|
platform = espressif32@6.3.0
|
2024-05-23 22:42:03 +00:00
|
|
|
board = esp32s3box
|
|
|
|
framework = arduino
|
|
|
|
upload_speed = 921600
|
|
|
|
monitor_speed = 115200
|
2024-07-26 04:38:48 +00:00
|
|
|
board_build.partitions = default_8MB.csv
|
2024-05-23 22:42:03 +00:00
|
|
|
build_flags =
|
2024-07-26 04:38:48 +00:00
|
|
|
-DBOARD_HAS_PSRAM
|
|
|
|
-DARDUINO_USB_CDC_ON_BOOT=1
|
|
|
|
-DDISABLE_ALL_LIBRARY_WARNINGS
|
2024-05-23 22:42:03 +00:00
|
|
|
lib_deps =
|
2024-07-26 04:38:48 +00:00
|
|
|
https://github.com/pangodream/18650CL
|
|
|
|
|