Merge branch 'hotfix/v3.5.4' into develop

* hotfix/v3.5.4:
  Switch to PIO Plus support
This commit is contained in:
Ivan Kravets
2018-06-28 23:57:38 +03:00

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 >")