22 lines
406 B
Plaintext
22 lines
406 B
Plaintext
|
{
|
||
|
"folders":
|
||
|
[
|
||
|
{
|
||
|
"path": ".",
|
||
|
"file_exclude_patterns": ["*.sublime-project"]
|
||
|
}
|
||
|
]/*,
|
||
|
"build_systems":
|
||
|
[
|
||
|
{
|
||
|
"name": "PlatformIO - Build",
|
||
|
"cmd": ["platformio", "run"],
|
||
|
"working_dir": "$project_path"
|
||
|
},
|
||
|
{
|
||
|
"name": "PlatformIO - Upload",
|
||
|
"cmd": ["platformio", "run", "--target", "upload"],
|
||
|
"working_dir": "$project_path"
|
||
|
}
|
||
|
]*/
|
||
|
}
|