-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplatformio.ini
27 lines (25 loc) · 889 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
; 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]
name = ESP32 Weather Station
description = A solar powered IoT Weather Station that stores data on a SD card and submits it to a server.
[env:featheresp32]
platform = espressif32
board = featheresp32
framework = arduino
; upload_protocol = espota
monitor_speed = 115200
lib_deps =
bblanchon/ArduinoJson@^6.21.3
adafruit/Adafruit BME680 Library@^2.0.2
adafruit/Adafruit SI1145 Library@^1.2.0
adafruit/RTClib@^2.1.1
adafruit/Adafruit Unified Sensor@^1.1.13
https://github.com/jmstriegel/Plantower_PMS7003