-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
58 lines (46 loc) · 1.34 KB
/
platformio.ini
File metadata and controls
58 lines (46 loc) · 1.34 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
; 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
[platformio]
default_envs = led_api
[env]
platform = espressif32
board = az-delivery-devkit-v4
framework = arduino
monitor_speed = 115200
upload_speed = 921600
[env:hello_world]
src_filter = +<hello_world>
[env:led_an]
src_filter = +<led_an>
lib_deps = adafruit/Adafruit NeoPixel@^1.10.4
[env:led_lauflicht]
src_filter = +<led_lauflicht>
lib_deps = adafruit/Adafruit NeoPixel@^1.10.4
[env:led_api]
src_filter = +<led_api>
lib_deps = adafruit/Adafruit NeoPixel@^1.10.4
me-no-dev/ESP Async WebServer@^1.2.3
bblanchon/ArduinoJson@^6.19.3
[env:hackertyper]
src_filter = +<hackertyper>
[env:rick-pairy]
src_filter = +<rick-pairy>
build_flags =
-DLOGI=ESP_LOGI
-DLOGD=ESP_LOGD
-DLOGE=ESP_LOGE
extra_scripts =
pre:./src/rick-pairy/download.py
lib_deps =
SPI
https://github.com/pschatzmann/arduino-audio-tools
https://github.com/pschatzmann/arduino-libhelix
ESP32-A2DP=https://github.com/muellni/ESP32-A2DP#connectall
https://github.com/greiman/SdFat