From 3cab492a59625fde71b054192b71cbbbe95e6f38 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Sat, 31 Aug 2019 23:42:37 +0200 Subject: [PATCH] chore: remove arduino config generates by VS Code for ... some reason --- .gitignore | 4 +++- rust/.vscode/arduino.json | 5 ----- 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 rust/.vscode/arduino.json diff --git a/.gitignore b/.gitignore index f7b0fea..db638e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ rust/target +rust/.history/ **/*.rs.bk *.tmp *.idx @@ -12,4 +13,5 @@ plot.py __pycache__ *.egg-info build -*.pdf \ No newline at end of file +*.pdf +.history \ No newline at end of file diff --git a/rust/.vscode/arduino.json b/rust/.vscode/arduino.json deleted file mode 100644 index 21580ea..0000000 --- a/rust/.vscode/arduino.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "board": "esp8266:esp8266:huzzah", - "configuration": "CpuFrequency=80,FlashSize=4M1M,LwIPVariant=v2mss536,Debug=Disabled,DebugLevel=None____,UploadSpeed=115200", - "port": "COM3" -} \ No newline at end of file