-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplatformio.ini
More file actions
42 lines (41 loc) · 1.14 KB
/
platformio.ini
File metadata and controls
42 lines (41 loc) · 1.14 KB
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
32
33
34
35
36
37
38
39
40
41
42
; 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:esp32dev]
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.04.00/platform-espressif32.zip
board = esp32dev
framework =
espidf
arduino
upload_protocol = esptool
upload_speed = 921600
monitor_speed = 115200
board_build.partitions = partitions.csv
board_build.f_cpu = 240000000L
board_build.f_flash = 80000000L
board_build.flash_mode = qio
board_build.filesystem = spiffs
monitor_filters = esp32_exception_decoder
build_flags =
-D LV_CONF_INCLUDE_SIMPLE
-I include
-I include/api
-I include/hoyoverse
-I include/mjpeg
-I include/sound
-I include/system
-I include/ui
-I include/weather
-Wno-error=maybe-uninitialized
lib_deps =
lvgl/lvgl@^8.3.9
bblanchon/ArduinoJson@6.21.4
ldab/KXTJ3-1057@^0.1.0
mathertel/OneButton@2.0.3
lovyan03/LovyanGFX@^1.1.12