diff --git a/.gitignore b/.gitignore index a4ab645..a1da849 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ linter.xml lolin32/ +.DS_Store/ + .travis.yml .pioenvs/ .piolibdeps/ diff --git a/.vscode/arduino.json b/.vscode/arduino.json deleted file mode 100644 index 0d745e0..0000000 --- a/.vscode/arduino.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "board": "esp8266:esp8266:huzzah", - "configuration": "CpuFrequency=80,FlashSize=4M3M,LwIPVariant=v2mss536,Debug=Disabled,DebugLevel=None____,UploadSpeed=115200", - "port": "COM3" -} \ No newline at end of file diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 6a9ebde..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "configurations": [ - { - "name": "Win32", - "includePath": [ - "C:\\Users\\Chris\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\**", - "C:\\Users\\Chris\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\2.3.0\\**" - ], - "forcedInclude": [], - "intelliSenseMode": "msvc-x64" - } - ], - "version": 4 -} \ No newline at end of file