Skip to content

Commit 348e65b

Browse files
committed
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
1 parent 64b1698 commit 348e65b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

platformio.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ build_flags=
2121
-D NO_GLOBAL_ARDUINOOTA
2222
; -D ENABLE_CORS
2323
lib_deps =
24-
https://github.com/PaulStoffregen/Time
25-
https://github.com/gmag11/NtpClient
24+
NtpClientLib@>=2.5.1,<3.0.0
2625
ArduinoJson@>=6.0.0,<7.0.0
27-
https://github.com/me-no-dev/ESPAsyncWebServer
28-
https://github.com/me-no-dev/AsyncTCP
26+
ESP Async WebServer@>=1.2.0,<2.0.0
27+
AsyncTCP@>=1.0.3,<2.0.0

0 commit comments

Comments
 (0)