-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathplatformio.ini
59 lines (44 loc) · 1.25 KB
/
platformio.ini
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
43
44
45
46
47
48
49
50
51
52
53
54
55
; 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 = um_tinys3
framework = arduino
;board_build.partitions = default_8MB.csv
upload_speed = 921600
monitor_speed = 115200
;OTA Supported...
;upload_protocol = espota
;upload_port = 192.168.4.1
build_flags =
;-DAPP_VERSION_MAJOR=1
;-DAPP_VERSION_MINOR=0
;-DAPP_VERSION_PATCH=0
-DESP32S3
-DBOARD_HAS_PSRAM
-DARDUINO_USB_CDC_ON_BOOT
-mfix-esp32-psram-cache-issue
-D LV_LVGL_H_INCLUDE_SIMPLE
-D LV_CONF_INCLUDE_SIMPLE
-I./include
-I./src/fonts
-I./src/images
-I./src/screens
lib_deps =
AsyncTCP
lovyan03/LovyanGFX@^0.4.18
https://github.com/lvgl/lvgl.git#release/v8.3
https://github.com/LSatan/SmartRC-CC1101-Driver-Lib.git
bblanchon/ArduinoJson @ 6.20.0
https://github.com/greiman/SdFat.git
https://github.com/1technophile/NewRemoteSwitch.git
esphome/ESP32-audioI2S@^2.1.0
extra_scripts =
pre:update_version.py