-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatformio.ini
32 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
; 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:esp-wrover-kit]
extra_scripts = post:post_extra_script.py
platform = espressif32@3.2.0
board = esp-wrover-kit
framework = arduino
upload_port = /dev/cu.SLAB_USBtoUART
monitor_port = /dev/cu.SLAB_USBtoUART
monitor_speed = 115200
upload_speed = 921600
monitor_filters = esp32_exception_decoder
board_build.partitions = no_ota.csv
board_build.f_cpu = 160000000L
build_flags = -DASYNCWEBSERVER_REGEX -DCORE_DEBUG_LEVEL=3 -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
lib_ldf_mode = deep
lib_deps =
earlephilhower/ESP8266Audio @ 1.5.1
EspSoftwareSerial
fastled/FastLED @ 3.3.3
wifwaf/MH-Z19 @ ~1.5.3
https://github.com/Sensirion/arduino-i2c-scd4x#0.3.0
https://github.com/Sensirion/arduino-ble-gadget#v0.9.0
evert-arias/EasyButton @ ~2.0.1