-
Notifications
You must be signed in to change notification settings - Fork 4
/
platformio.ini
35 lines (31 loc) · 1.02 KB
/
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
33
34
35
; 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
monitor_speed = 115200
lib_deps =
marian-craciunescu/ESP32Ping@^1.5
adafruit/Adafruit NeoPixel@^1.7.0
adafruit/Adafruit BME280 Library@^2.1.2
fu-hsi/PMS Library@^1.1.0
adafruit/RTClib@^1.12.1
bblanchon/ArduinoJson@^6.17.2
https://github.com/tzapu/WiFiManager.git
bodmer/JPEGDecoder@^1.8.1
bodmer/TFT_eSPI@^2.3.59
256dpi/MQTT@^2.5.0
mathworks/ThingSpeak @ ^2.0.0
# Accept only backwards compatible bug fixes
# (any version with the same major and minor versions, and an equal or greater patch version)
mathworks/ThingSpeak @ ~2.0.0
# The exact version
mathworks/ThingSpeak @ 2.0.0