-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
32 lines (30 loc) · 966 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
32
; 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]
libdeps_dir = /home/blx32/Arduino/libraries
data_dir = ./data
[env:esp32doit-devkit-v1]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
monitor_port = /dev/ttyUSB0
monitor_speed = 115200
upload_port = /dev/ttyUSB0
upload_speed = 921600
board_build.filesystem = littlefs
board_build.partitions = partitions_custom.csv
lib_deps =
links2004/WebSockets@^2.3.4
bblanchon/ArduinoJson@^6.17.2
adafruit/DHT sensor library@^1.4.1
knolleary/PubSubClient@^2.8
adafruit/Adafruit Unified Sensor@^1.1.4
paulstoffregen/OneWire@^2.3.5
milesburton/DallasTemperature@^3.9.1