set build flags for flash size

This commit is contained in:
2018-09-19 21:07:46 +02:00
parent b6d82bcdf7
commit 49d255c728
3 changed files with 33 additions and 0 deletions

13
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "install",
"path": ".piolibdeps/sprocket-core/tools/",
"problemMatcher": []
}
]
}