Switch library manager to the new package manager

This commit is contained in:
Ivan Kravets
2020-08-12 13:27:05 +03:00
parent 2dd69e21c0
commit 893ca1b328
30 changed files with 1318 additions and 915 deletions

View File

@ -124,15 +124,6 @@ class PackageInstallError(PlatformIOPackageException):
#
class LibNotFound(PlatformioException):
MESSAGE = (
"Library `{0}` has not been found in PlatformIO Registry.\n"
"You can ignore this message, if `{0}` is a built-in library "
"(included in framework, SDK). E.g., SPI, Wire, etc."
)
class NotGlobalLibDir(UserSideException):
MESSAGE = (