forked from nasiriinx/Master_Node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
30 lines (29 loc) · 775 Bytes
/
Copy pathplatformio.ini
File metadata and controls
30 lines (29 loc) · 775 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
; 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:WT]
platform = espressif32
board = esp32s3box
framework = arduino
upload_speed = 921600
monitor_speed = 115200
build_flags =
-DARDUINO_USB_CDC_ON_BOOT
-DBOARD_HAS_PSRAM
-DLV_CONF_INCLUDE_SIMPLE
-D LV_COMP_CONF_INCLUDE_SIMPLE
-I src/
lib_deps =
SPI
Wire
lovyan03/LovyanGFX@^0.4.18
lvgl@^8.3.6
bodmer/TFT_eSPI@^2.5.43
khoih-prog/ESPAsync_WiFiManager@^1.15.1
arduino-libraries/NTPClient@^3.2.1