Avoid trademark issues in library.json; switch to PlatformIO Library Registry ID logic

Resolve issue #17
This commit is contained in:
Ivan Kravets
2014-10-19 00:14:11 +03:00
parent 4f817a5b61
commit 2d6c0ef66d
11 changed files with 327 additions and 163 deletions
+6 -1
View File
@@ -118,4 +118,9 @@ class LibAlreadyInstalledError(PlatformioException):
class LibNotInstalledError(PlatformioException):
MESSAGE = "Library '%s' has not been installed yet"
MESSAGE = "Library #%d has not been installed yet"
class LibInstallDependencyError(PlatformioException):
MESSAGE = "Error has been occurred for library dependency '%s'"