From 8b14844ed1e191f9dec00302535081f013e178ad Mon Sep 17 00:00:00 2001 From: gronod Date: Sun, 14 Jun 2026 15:07:50 +0100 Subject: [PATCH] chore: add VSCode Arduino helper configuration file --- .vscode/arduino-helper.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 .vscode/arduino-helper.json diff --git a/.vscode/arduino-helper.json b/.vscode/arduino-helper.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/.vscode/arduino-helper.json @@ -0,0 +1 @@ +{} \ No newline at end of file