-
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) · 748 Bytes
/
Copy pathplatformio.ini
File metadata and controls
30 lines (29 loc) · 748 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:sunton_s3]
platform = espressif32@6.3.1
board = sunton_s3
framework = arduino
monitor_speed = 115200
build_unflags =
-Os
-std=gnu++11
build_flags =
-O3
-std=gnu++17
-DCORE_DEBUG_LEVEL=3
-DLV_CONF_INCLUDE_SIMPLE
-DLV_CONF_SUPPRESS_DEFINE_CHECK
-I./src
lib_deps =
lovyan03/LovyanGFX@^1.1.7
lvgl/lvgl@^8.3.7
jchristensen/Timezone@^1.2.4
bblanchon/ArduinoJson@^7.0.4