-
Notifications
You must be signed in to change notification settings - Fork 1
/
platformio.ini
37 lines (29 loc) · 1.07 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
; 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:m5stack-core-esp32]
platform = espressif32
; https://github.com/platformio/platform-espressif32/issues/105 Backtrace decoder
; https://docs.platformio.org/en/latest/core/userguide/device/cmd_monitor.html#filters
; pio device monitor --filter esp32_exception_decoder
; [env:upstream_develop]
; platform = https://github.com/platformio/platform-espressif32.git
board = m5stack-core-esp32
framework = arduino
; build_flags = -DAC_LABELS='"${PROJECT_SRC_DIR}/labels.h"'
monitor_speed = 115200
lib_extra_dirs =
; ../libraries
lib_deps =
m5stack/M5Stack @ 0.3.1
ottowinter/ESPAsyncWebServer-esphome
ottowinter/ESPAsyncTCP-esphome
ayushsharma82/AsyncElegantOTA @ 2.2.5
moba160/z21lib
moba160/m5btn