Added library dependencies

This commit is contained in:
Ard Kuijpers
2020-02-28 23:57:49 +01:00
parent bc20a64336
commit d951cf79fc

View File

@@ -14,3 +14,9 @@ board = nodemcuv2
framework = arduino framework = arduino
upload_speed = 921600 upload_speed = 921600
monitor_speed = 115200 monitor_speed = 115200
lib_deps =
PubSubClient
ArduinoJson
NewPing
WiFiManager