-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplatformio.ini
More file actions
32 lines (30 loc) · 833 Bytes
/
platformio.ini
File metadata and controls
32 lines (30 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
; 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:WT32-SC01-PLUS]
platform = espressif32
board = um_tinys3
framework = arduino
upload_speed = 921600
upload_port = COM9
monitor_port = COM9
monitor_speed = 115200
board_build.partitions = partitions_custom.csv
build_flags =
-D ARDUINO_USB_CDC_ON_BOOT
-D BOARD_HAS_PSRAM
-DCORE_DEBUG_LEVEL=3
-mfix-esp32-psram-cache-issue
-D LV_LVGL_H_INCLUDE_SIMPLE
-I src/ui/
-I src/
lib_deps =
lovyan03/LovyanGFX@^0.4.18
lvgl/lvgl@8.3.9
bblanchon/ArduinoJson@^6.19.4