This commit is contained in:
Joe Tretter
2020-09-22 16:35:54 -05:00
parent 7b2a49b329
commit e16f4e75af
2 changed files with 19 additions and 1 deletions

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

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

View File

@@ -15,3 +15,8 @@ framework = arduino
lib_deps = xose/FauxmoESP@^3.1.0 lib_deps = xose/FauxmoESP@^3.1.0
monitor_speed = 115200 monitor_speed = 115200
debug_tool = esp-prog
upload_protocol = esp-prog
debug_init_break = tbreak setup