forked from platformio/platformio-core
Allow installing package by framework name
This commit is contained in:
@@ -58,7 +58,7 @@ class BoardNotDefined(PlatformioException):
|
||||
|
||||
MESSAGE = "You need to specify board ID using `-b` or `--board` "\
|
||||
"option. Supported boards list is available via "\
|
||||
" `platformio boards` command"
|
||||
"`platformio boards` command"
|
||||
|
||||
|
||||
class UnknownBoard(PlatformioException):
|
||||
|
Reference in New Issue
Block a user