Files
PlatformIO_ESP32_ServoWebSe…/AlexaControlTest/.vscode/tasks.json
Joe Tretter 8e76c7f515 xxxx
2020-09-22 16:35:54 -05:00

13 lines
189 B
JSON

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