forked from stack-chan/m5stack-avatar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
56 lines (49 loc) · 1.24 KB
/
platformio.ini
File metadata and controls
56 lines (49 loc) · 1.24 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
; 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
; http://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = m5stack-core
[env]
platform = espressif32
framework = arduino
monitor_speed = 115200
[env:m5stack-core]
board = m5stack-core-esp32
lib_deps =
FS
Wire
SPI
SPIFFS
SD
Update
Preferences
m5stack/M5Unified
Ticker
https://github.com/LennartHennigs/Button2.git
https://github.com/riraosan/M5Stack-SD-Updater_with_Panel_CVBS.git#develop
https://github.com/plerup/espsoftwareserial.git
build_flags =
;for TF-CARD
-D _MOSI=23
-D _MISO=19
-D _CLK=18
[env:m5stack-core-with-aquestalk]
board = m5stack-core-esp32
lib_deps = m5stack/M5Unified
build_flags =
-laquestalk
-Llib/aquestalk-esp32/src/esp32
[env:m5stack-fire]
board = m5stack-fire
lib_deps =
m5stack/M5Unified
[env:m5stack-core2]
board = m5stack-core2
lib_deps =
m5stack/M5Unified