Fix dependencies to latest minor version of current release

Remove Time dependency - is being provided as transitive dependency from NTPClient - platformio does not de-conflict
This commit is contained in:
Rick Watson 2019-04-24 23:41:24 +01:00
parent 64b16986ae
commit 348e65ba4b

View File

@ -21,8 +21,7 @@ build_flags=
-D NO_GLOBAL_ARDUINOOTA -D NO_GLOBAL_ARDUINOOTA
; -D ENABLE_CORS ; -D ENABLE_CORS
lib_deps = lib_deps =
https://github.com/PaulStoffregen/Time NtpClientLib@>=2.5.1,<3.0.0
https://github.com/gmag11/NtpClient
ArduinoJson@>=6.0.0,<7.0.0 ArduinoJson@>=6.0.0,<7.0.0
https://github.com/me-no-dev/ESPAsyncWebServer ESP Async WebServer@>=1.2.0,<2.0.0
https://github.com/me-no-dev/AsyncTCP AsyncTCP@>=1.0.3,<2.0.0