Clarify library dependencies in platformio.ini by specififying them as author/libname.

This commit is contained in:
Bertrik Sikken 2020-12-30 16:58:47 +01:00
parent 216534d105
commit 3f87f63951
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ framework = arduino
targets = upload
monitor_speed = 115200
lib_deps =
ESP-WiFiSettings @^3.6
MH-Z19
TFT_eSPI
MQTT
juerd/ESP-WiFiSettings@^3.6
wifwaf/MH-Z19
bodmer/TFT_eSPI
256dpi/MQTT
build_flags =
# -DCORE_DEBUG_LEVEL=5