-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
31 lines (30 loc) · 970 Bytes
/
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
; 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:lolin_d32_pro]
platform = [email protected]
board = lolin_d32_pro
framework = arduino
upload_port = 192.168.0.106
upload_flags = -p 3232
upload_protocol = espota
monitor_speed = 115200
board_build.partitions = default_8MB.csv
board_build.filesystem = spiffs
upload_speed = 921600
lib_deps =
me-no-dev/ESP Async WebServer@^1.2.3
adafruit/RTClib@^2.0.2
ArduinoJson@^6.19.4
jomelo/LCDMenuLib2@^2.2.7
marcoschwartz/LiquidCrystal_I2C@^1.1.4
wifwaf/MH-Z19@^1.5.3
adafruit/Adafruit BME680 Library@^2.0.2
majenkolibraries/Average@^1.0.17
https://github.com/JakubAndrysek/BasicOTA-ESP32-library.git