forked from platformio/platformio-core
Notify about version
field when creating library
This commit is contained in:
@@ -50,7 +50,7 @@ class PlatformNotInstalledYet(PlatformioException):
|
||||
|
||||
class BoardNotDefined(PlatformioException):
|
||||
|
||||
MESSAGE = "You need to specify board type using `-b` or `--board` "\
|
||||
MESSAGE = "You need to specify board ID using `-b` or `--board` "\
|
||||
"option. Supported boards list is available via "\
|
||||
" `platformio boards` command"
|
||||
|
||||
|
Reference in New Issue
Block a user