diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 643efde3..3fa3a469 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -44,6 +44,15 @@ "setup arm build", ] }, + { + "label": "build Baofeng DM1701", + "type": "shell", + "command": "meson compile -C build_arm openrtx_dm1701", + "dependsOrder": "sequence", + "dependsOn": [ + "setup arm build", + ] + }, { "label": "build Baofeng DM1801", "type": "shell", @@ -132,4 +141,4 @@ ] } ] -} +} \ No newline at end of file