mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Update platformio.sublime-project.tpl
Include SPIFFS upload in sublime project generation
This commit is contained in:
@ -32,6 +32,17 @@
|
||||
"upload"
|
||||
],
|
||||
"name": "Upload"
|
||||
},
|
||||
{
|
||||
"cmd":
|
||||
[
|
||||
"platformio",
|
||||
"-f", "-c", "sublimetext",
|
||||
"run",
|
||||
"--target",
|
||||
"uploadfs"
|
||||
],
|
||||
"name": "Upload SPIFFS"
|
||||
}
|
||||
],
|
||||
"working_dir": "${project_path:${folder}}",
|
||||
|
Reference in New Issue
Block a user