-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
32 lines (29 loc) · 1.16 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
; 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]
lib_deps = https://github.com/m5stack/M5Unified.git
https://github.com/me-no-dev/AsyncTCP.git
https://github.com/alanswx/ESPAsyncWiFiManager.git
https://github.com/me-no-dev/ESPAsyncWebServer.git
https://github.com/ayushsharma82/AsyncElegantOTA.git
https://github.com/bblanchon/ArduinoJson.git
https://github.com/adafruit/Adafruit_Sensor.git
https://github.com/adafruit/Adafruit_BNO055.git
https://github.com/taranais/NTPClient.git
extra_scripts = pre:buildscript_versioning.py
[env:m5stick-c]
platform = espressif32
framework = arduino
board = m5stick-c
board_build.partitions = custom_spiffs.csv
monitor_speed = 115200
upload_speed = 115200
build_type = debug
monitor_filters = esp32_exception_decoder