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:
parent
64b16986ae
commit
348e65ba4b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user