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