chore: remove arduino config generates by VS Code for ... some reason

This commit is contained in:
Daniel S. 2019-08-31 23:42:37 +02:00
parent 4a392d9c87
commit 3cab492a59
2 changed files with 3 additions and 6 deletions

4
.gitignore vendored
View File

@ -1,4 +1,5 @@
rust/target
rust/.history/
**/*.rs.bk
*.tmp
*.idx
@ -12,4 +13,5 @@ plot.py
__pycache__
*.egg-info
build
*.pdf
*.pdf
.history

View File

@ -1,5 +0,0 @@
{
"board": "esp8266:esp8266:huzzah",
"configuration": "CpuFrequency=80,FlashSize=4M1M,LwIPVariant=v2mss536,Debug=Disabled,DebugLevel=None____,UploadSpeed=115200",
"port": "COM3"
}