Switch to PIO Plus support

This commit is contained in:
Ivan Kravets
2018-06-28 23:57:16 +03:00
parent 369868624e
commit d6ca30a920

View File

@ -253,7 +253,7 @@ class CygwinEnvDetected(PlatformioException):
class DebugSupportError(PlatformioException):
MESSAGE = ("Currently, PlatformIO does not support debugging for `{0}`.\n"
"Please mail contact@pioplus.com or visit "
"Please contact support@pioplus.com or visit "
"< http://docs.platformio.org/page/plus/debugging.html >")