From f9a66248b7ff483dc2ceb1d724bbc5f80e1b4186 Mon Sep 17 00:00:00 2001 From: DashyFox Date: Wed, 17 Apr 2024 10:08:59 +0300 Subject: [PATCH] json --- .gitignore | 3 ++- .vscode/arduino.json | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .vscode/arduino.json diff --git a/.gitignore b/.gitignore index 04ae825..474dff0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vscode/* -bin/* \ No newline at end of file +bin/* +!.vscode/arduino.json \ No newline at end of file diff --git a/.vscode/arduino.json b/.vscode/arduino.json new file mode 100644 index 0000000..3a9af5c --- /dev/null +++ b/.vscode/arduino.json @@ -0,0 +1,5 @@ +{ + "board": "GyverCore:avr:nano", + "port": "COM5", + "prebuild": "if exist bin rd /s /q bin" +} \ No newline at end of file