-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatformio.ini
More file actions
25 lines (23 loc) · 836 Bytes
/
platformio.ini
File metadata and controls
25 lines (23 loc) · 836 Bytes
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
; 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:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
upload_speed = 115200
monitor_port = /dev/cu.usbserial-0001
monitor_speed = 115200
lib_deps =
milesburton/DallasTemperature@^3.9.1
bblanchon/ArduinoJson@^6.19.1
https://github.com/stickbreaker/OneWire.git
lib_extra_dirs = ~/Documents/Arduino/libraries, ~/Documents/Arduino/hardware/espressif/esp32/libraries
[platformio]
description = Collect data from sensors and transmit it to the server