forked from robo8080/stackchan-bluetooth-simple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
50 lines (45 loc) · 1.52 KB
/
platformio.ini
File metadata and controls
50 lines (45 loc) · 1.52 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
; 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
[platformio]
default_envs = m5stack-core2
[env]
platform = espressif32 @ 6.4.0
framework = arduino
upload_speed = 1500000
monitor_speed = 115200
board_build.f_flash = 80000000L
board_build.filesystem = spiffs
board_build.partitions = default_16MB.csv
build_flags = -DCORE_DEBUG_LEVEL=0
lib_deps =
meganetaaan/M5Stack-Avatar @ ^0.9.2
arminjo/ServoEasing @ ^3.2.1
madhephaestus/ESP32Servo @ ^1.2.1
m5stack/M5Unified @ ^0.1.16
earlephilhower/ESP8266Audio @ ^1.9.7
;https://github.com/pschatzmann/ESP32-A2DP
https://github.com/pschatzmann/ESP32-A2DP.git#v.1.7.5
bblanchon/ArduinoJson @ ^7.1.0
tobozo/YAMLDuino @ ^1.4.2
fastled/FastLED @ ^3.7.2
lib_ldf_mode = deep
[env:m5stack-core2]
board = m5stack-core2
[env:m5stack-grey]
; Flash16MBのBasicはこちらを使ってください。
board = m5stack-grey
[env:m5stack-fire]
; fireはespressif32最新版(5.x)で動かない場合は下記の1行をコメントアウトしてください。
; platform = espressif32 @ 4.4.0
board = m5stack-fire
[env:m5stack-core-esp32]
; Flash 16MBのBasicはm5stack-greyを使ってください。
board = m5stack-core-esp32
board_build.partitions = huge_app.csv