-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
72 lines (69 loc) · 2.04 KB
/
platformio.ini
File metadata and controls
72 lines (69 loc) · 2.04 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
; 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:nodemcu-32s]
platform = espressif32
board = nodemcu-32s
framework = arduino
lib_deps =
adafruit/Adafruit_VL6180X@^1.4.4
adafruit/Adafruit BusIO@^1.17.2
SPI
mathieucarbou/MycilaWebSerial@^8.1.1
esp32async/AsyncTCP@^3.4.5
asukiaaa/MPU9250_asukiaaa@^1.5.13
arduino-libraries/Madgwick@^1.2.0
adafruit/Adafruit BNO055@^1.6.4
esp32async/ESPAsyncWebServer@^3.8.1
monitor_port = COM3
monitor_speed = 115200
build_src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/> -<src_test/> -<src_OTA/>
lib_ignore = RPAsyncTCP
ESPAsyncTCP
WebServer
[env:test]
platform = espressif32
board = nodemcu-32s
framework = arduino
lib_deps =
adafruit/Adafruit_VL6180X@^1.4.4
adafruit/Adafruit BusIO@^1.17.2
SPI
mathieucarbou/MycilaWebSerial@^8.1.1
esp32async/AsyncTCP@^3.4.5
asukiaaa/MPU9250_asukiaaa@^1.5.13
arduino-libraries/Madgwick@^1.2.0
adafruit/Adafruit BNO055@^1.6.4
esp32async/ESPAsyncWebServer@^3.8.1
monitor_port = COM3
monitor_speed = 115200
build_src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/> -<src_main/>-<src_OTA/>
lib_ignore = RPAsyncTCP
ESPAsyncTCP
WebServer
[env:OTA]
platform = espressif32
board = nodemcu-32s
framework = arduino
lib_deps =
adafruit/Adafruit_VL6180X@^1.4.4
adafruit/Adafruit BusIO@^1.17.2
SPI
mathieucarbou/MycilaWebSerial@^8.1.1
esp32async/AsyncTCP@^3.4.5
asukiaaa/MPU9250_asukiaaa@^1.5.13
arduino-libraries/Madgwick@^1.2.0
adafruit/Adafruit BNO055@^1.6.4
esp32async/ESPAsyncWebServer@^3.8.1
upload_protocol = espota
upload_port = 192.168.8.122
upload_speed = 115200
build_src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/> -<src_test/> -<src_main/>
lib_ignore = RPAsyncTCP
ESPAsyncTCP