chore: remove arduino config generates by VS Code for ... some reason
This commit is contained in:
parent
4a392d9c87
commit
3cab492a59
2 changed files with 3 additions and 6 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
rust/target
|
rust/target
|
||||||
|
rust/.history/
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
*.tmp
|
*.tmp
|
||||||
*.idx
|
*.idx
|
||||||
|
@ -12,4 +13,5 @@ plot.py
|
||||||
__pycache__
|
__pycache__
|
||||||
*.egg-info
|
*.egg-info
|
||||||
build
|
build
|
||||||
*.pdf
|
*.pdf
|
||||||
|
.history
|
5
rust/.vscode/arduino.json
vendored
5
rust/.vscode/arduino.json
vendored
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"board": "esp8266:esp8266:huzzah",
|
|
||||||
"configuration": "CpuFrequency=80,FlashSize=4M1M,LwIPVariant=v2mss536,Debug=Disabled,DebugLevel=None____,UploadSpeed=115200",
|
|
||||||
"port": "COM3"
|
|
||||||
}
|
|
Loading…
Reference in a new issue