Include external configuration files with "extra_configs" option // Resolve #1590

This commit is contained in:
Ivan Kravets
2019-05-03 21:03:36 +03:00
parent 41ff1b0188
commit 8e55c9e4d0
9 changed files with 205 additions and 62 deletions

View File

@ -207,7 +207,7 @@ class InvalidLibConfURL(PlatformioException):
class InvalidProjectConf(PlatformioException):
MESSAGE = "Invalid `platformio.ini`, project configuration file: '{0}'"
MESSAGE = ("Invalid '{0}' (project configuration file): '{1}'")
class BuildScriptNotFound(PlatformioException):