forked from platformio/platformio-core
Implemented "$ platformio serialports" command
This commit is contained in:
@@ -85,3 +85,8 @@ class ProjectInitialized(PlatformioException):
|
||||
class ProjectEnvsNotAvaialable(PlatformioException):
|
||||
|
||||
MESSAGE = "Please setup environments in `platformio.ini` file."
|
||||
|
||||
|
||||
class GetSerialPortsError(PlatformioException):
|
||||
|
||||
MESSAGE = "No implementation for your platform ('%s') available"
|
||||
|
Reference in New Issue
Block a user