-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
36 lines (31 loc) · 1.09 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
board = m5stack-core-esp32
framework = espidf
monitor_speed = 115200
board_upload.flash_size=16MB
board_upload.maximum_size=16777216
board_build.partitions = default_16MB.csv
lib_deps =
m5stack/M5Unified@^0.1.12
https://github.com/m5stack/M5GFX.git#develop
https://github.com/bjay-wk/pm25-espidf
https://github.com/bjay-wk/esp32-open-meteo
board_build.embed_files =
managed_components/esp32-wifi-manager/src/code.js
board_build.embed_txtfiles =
managed_components/esp32-wifi-manager/src/style.css
managed_components/esp32-wifi-manager/src/index.html
extra_components/posix_tz_db/zones.json
upload_port = /dev/cu.wchusbserial556F0075881
monitor_raw = yes
#extra_scripts = pre:extra_script.py