-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
110 lines (95 loc) · 2.74 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
[platformio]
default_envs = T-QT-Pro-N4R2
src_dir = src
boards_dir = ./boards
[env]
platform = espressif32
framework = arduino
upload_speed = 921600
monitor_speed = 115200
monitor_filters =
default
esp32_exception_decoder
log2file
time
[esp32dev_base]
board = esp32dev
build_flags =
${env.build_flags}
lib_deps =
${env.lib_deps}
monitor_raw = yes
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; The TT-GO T-camera plus boards from lilygo
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[env:t-camera-plus]
extends = esp32dev_base
build_flags =
${esp32dev_base.build_flags}
-DDISABLE_ALL_LIBRARY_WARNINGS
-DBOARD_HAS_PSRAM
-DCAMERA_MODEL_TTGO_T_CAMERA_PLUS
-DUSER_SETUP_LOADED
-include lib/TFT_eSPI/User_Setups/Setup44_TTGO_CameraPlus.h
-DCORE_DEBUG_LEVEL=5
lib_deps =
${esp32dev_base.lib_deps}
; bodmer/TFT_eSPI @ ^2.5.31
SPI
FS
SPIFFS
ESP Async WebServer
NTPClient
ArduinoJson @ 6.21.4
https://github.com/pschatzmann/arduino-audio-tools.git
https://github.com/pschatzmann/arduino-liblame
; https://github.com/pschatzmann/arduino-audiokit.git
board_build.partitions = default_16MB.csv
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; The TT-GO T-QT pro boards from lilygo
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;FLASH = 4M, 2M PSRAM
[env:T-QT-Pro-N4R2]
platform = [email protected]
board = esp32-s3-t-qt-pro
framework = arduino
build_flags =
-DBOARD_HAS_PSRAM
-include lib/TFT_eSPI/User_Setups/Setup211_LilyGo_T_QT_Pro_S3.h
-DCORE_DEBUG_LEVEL=5
; -UARDUINO_USB_CDC_ON_BOOT ;Opening this line will not block startup
lib_deps =
${esp32dev_base.lib_deps}
; bodmer/TFT_eSPI @ ^2.5.31
SPI
FS
SPIFFS
ESP Async WebServer
NTPClient
ArduinoJson @ 6.21.4
https://github.com/pschatzmann/arduino-audio-tools.git
https://github.com/pschatzmann/arduino-liblame
; https://github.com/pschatzmann/arduino-audiokit.git
board_build.partitions = huge_app.csv
;FLASH = 8M, NO PSRAM
[env:T-QT-Pro-N8]
platform = espressif32
board = esp32-s3-t-qt-pro
framework = arduino
build_flags =
; -UARDUINO_USB_CDC_ON_BOOT ;Opening this line will not block startup
-include lib/TFT_eSPI/User_Setups/Setup211_LilyGo_T_QT_Pro_S3.h
-DCORE_DEBUG_LEVEL=5
lib_deps =
${esp32dev_base.lib_deps}
; bodmer/TFT_eSPI @ ^2.5.31
SPI
FS
SPIFFS
ESP Async WebServer
NTPClient
ArduinoJson @ 6.21.4
https://github.com/pschatzmann/arduino-audio-tools.git
https://github.com/pschatzmann/arduino-liblame
; https://github.com/pschatzmann/arduino-audiokit.git
board_build.partitions = huge_app.csv