forked from platformio/platformio-core
Resolve #7: add auto-conversation from *.ino to valid *.cpp for Arduino/Energia frameworks
This commit is contained in:
@@ -56,4 +56,5 @@ def cli(environment, target, upload_port):
|
||||
p = PlatformFactory().newPlatform(config.get(section, "platform"))
|
||||
result = p.run(variables, envtargets)
|
||||
secho(result['out'], fg="green")
|
||||
secho(result['err'], fg="red")
|
||||
secho(result['err'],
|
||||
fg="red" if "Error" in result['err'] else "yellow")
|
||||
|
||||
Reference in New Issue
Block a user