zephyr_ha_mqtt_sample/.vscode/tasks.json

11 lines
168 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "Build Zephyr app",
"command": "west build -b esp32c6_devkitc .",
"group": "build"
}
]
}