-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatformio.ini
More file actions
58 lines (53 loc) · 1.5 KB
/
platformio.ini
File metadata and controls
58 lines (53 loc) · 1.5 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 = az-delivery-devkit-v4
[env:lolin32]
platform = espressif32
board = lolin32_lite
framework = arduino
monitor_speed = 115200
lib_deps =
adafruit/Adafruit_VL53L0X@^1.1.0
bblanchon/ArduinoJson@^6.17.2
me-no-dev/AsyncTCP@^1.1.1
me-no-dev/ESP Async WebServer@^1.2.3
adafruit/Adafruit NeoPixel@^1.7.0
pololu/VL53L1X@^1.3.0
;adafruit/Adafruit BusIO@^1.8.1
[env:az-delivery-devkit-v4]
platform = espressif32
board = az-delivery-devkit-v4
framework = arduino
monitor_speed = 115200
lib_deps =
adafruit/Adafruit_VL53L0X@^1.1.0
bblanchon/ArduinoJson@^6.17.2
me-no-dev/AsyncTCP@^1.1.1
me-no-dev/ESP Async WebServer@^1.2.3
adafruit/Adafruit NeoPixel@^1.7.0
pololu/VL53L1X@^1.3.0
;adafruit/Adafruit BusIO@^1.8.1
[env:mac_os]
extends = env:az-delivery-devkit-v4
upload_port = /dev/cu.SLAB_USBtoUART
monitor_port = /dev/cu.SLAB_USBtoUART
[env:TOF_Test]
platform = espressif32
board = az-delivery-devkit-v4
framework = arduino
monitor_speed = 115200
lib_deps =
adafruit/Adafruit_VL53L0X@^1.1.0
bblanchon/ArduinoJson@^6.17.2
me-no-dev/AsyncTCP@^1.1.1
adafruit/Adafruit NeoPixel@^1.7.0
pololu/VL53L1X@^1.3.0
adafruit/Adafruit BusIO@^1.8.1