xxxx
This commit is contained in:
13
.vscode/tasks.json
vendored
Normal file
13
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "PlatformIO",
|
||||
"task": "Pre-Debug",
|
||||
"problemMatcher": [
|
||||
"$platformio"
|
||||
],
|
||||
"label": "PlatformIO: Build in debug mode"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -15,3 +15,8 @@ framework = arduino
|
||||
lib_deps = xose/FauxmoESP@^3.1.0
|
||||
|
||||
monitor_speed = 115200
|
||||
|
||||
|
||||
debug_tool = esp-prog
|
||||
upload_protocol = esp-prog
|
||||
debug_init_break = tbreak setup
|
||||
Reference in New Issue
Block a user