Files
platformio-core/examples/ide/sublimetext/platformio.sublime-project

47 lines
574 B
Plaintext
Raw Normal View History

{
"build_systems":
2015-04-16 09:51:00 +03:00
[
{
"cmd":
[
"platformio",
2015-09-04 23:48:57 +03:00
"-f", "-c", "sublimetext",
2015-04-16 09:51:00 +03:00
"run"
],
"name": "PlatformIO",
"variants":
2015-04-16 09:51:00 +03:00
[
{
"cmd":
[
"platformio",
2015-09-04 23:48:57 +03:00
"-f", "-c", "sublimetext",
2015-04-16 09:51:00 +03:00
"run",
2015-09-04 23:48:57 +03:00
"--target",
2015-04-16 09:51:00 +03:00
"clean"
],
"name": "Clean"
},
{
"cmd":
[
"platformio",
2015-09-04 23:48:57 +03:00
"-f", "-c", "sublimetext",
2015-04-16 09:51:00 +03:00
"run",
2015-09-04 23:48:57 +03:00
"--target",
2015-04-16 09:51:00 +03:00
"upload"
],
"name": "Upload"
}
],
"working_dir": "${project_path:${folder}}"
}
2015-04-16 09:51:00 +03:00
],
"folders":
[
{
"path": "."
}
]
}