-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
38 lines (34 loc) · 1.11 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
37
38
; 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]
platform = https://github.com/platformio/platform-espressif32.git
platform_packages =
framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.14
espressif/toolchain-xtensa-esp32
board = esp32dev
framework = espidf, arduino
build_flags =
-D BOARD_HAS_PSRAM=1
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
lib_deps =
rpolitex/ArduinoNvs@^2.8
thomasfredericks/Bounce2@^2.71
https://github.com/pschatzmann/ESP32-A2DP.git#v1.7.4
jonblack/arduino-fsm@^2.2.0
h2zero/NimBLE-Arduino@^1.4.0
https://github.com/schreibfaul1/ESP32-audioI2S.git#3.0.8
marian-craciunescu/ESP32Ping@^1.7
olikraus/U8g2@^2.35.9
board_build.partitions = radio_partitions.csv
[env:release]
build_type = release
[env:debug]
build_type = debug