From 6aecd2b727814da885f98e338365e291f1f7b6a6 Mon Sep 17 00:00:00 2001 From: Grzegorz SP6HFE Date: Mon, 15 Sep 2025 09:21:53 +0200 Subject: [PATCH] vscode: add DM1701 build target --- .vscode/tasks.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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