You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That specific repository was never registered with the Arduino Library Manager (me-no-dev/ESPAsyncWebServer#468), but there is a community fork of the repository, which was added to Library Manager:
The
depends
field of the library.properties metadata file specifies the dependencies that should be installed along withthe library by the Arduino Library Manager.
This field must contain only the names of libraries that are available for installation via Library Manager.
The presence of any items which are not in Library Manager causes installation of the library to fail:
no protocol:
" errorarduino/arduino-ide#621
)No valid dependencies solution found
" errorThe field currently contains an item that is not present in the Arduino Library Manager:
WebMonitor/library.properties
Line 11 in 66e8301
I will guess you intended to specify a dependency on this library:
https://github.com/me-no-dev/ESPAsyncWebServer
That specific repository was never registered with the Arduino Library Manager (me-no-dev/ESPAsyncWebServer#468), but there is a community fork of the repository, which was added to Library Manager:
https://github.com/dvarrel/ESPAsyncWebSrv
If that is suitable for use as the dependency, then you must change the metadata to use the correct library name
ESPAsyncWebSrv
:The text was updated successfully, but these errors were encountered: