Init Shared Repo

This commit is contained in:
Joe Tretter
2020-09-21 17:57:22 -05:00
commit 08f531f2c5
73 changed files with 3030 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "PlatformIO",
"task": "Pre-Debug",
"problemMatcher": [
"$platformio"
],
"label": "PlatformIO: Build in debug mode"
}
]
}