Remove ESPAsyncUDP version requirement

The version requirement for the ESPAsyncUDP lib_dep has been causing failed builds in platformio and Travis-CI since 7/6/2020. Removing the version requirement fixes this issue. 
Please see the error below:
`Looking for ESPAsyncUDP library in registry
Found: https://platformio.org/lib/show/359/ESPAsyncUDP
LibraryManager: Installing id=359 @ 697c75a025
UndefinedPackageVersion: Could not find a version that satisfies the requirement '697c75a025' for your system 'linux_x86_64':`
This commit is contained in:
THATDONFC
2020-07-07 09:13:32 -07:00
committed by GitHub
parent 533f86c035
commit e57a518b34
+1 -1
View File
@@ -163,7 +163,7 @@ lib_deps =
[email protected]
[email protected]
[email protected]
ESPAsyncUDP@697c75a025
ESPAsyncUDP
[email protected]
https://github.com/Aircoookie/ESPAsyncWebServer
[email protected]