diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 2fcf1c6..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3b1733d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json \ No newline at end of file diff --git a/.vscode/arduino.json b/.vscode/arduino.json deleted file mode 100644 index 9c39288..0000000 --- a/.vscode/arduino.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "board": "esp8266:esp8266:huzzah", - "configuration": "CpuFrequency=80,UploadSpeed=115200,FlashSize=4M1M", - "port": "COM8" -} \ 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 4148d0e..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "configurations": [ - { - "name": "Win32", - "includePath": [ - "C:\\\\Users\\\\migue\\\\AppData\\\\Local\\\\Arduino15\\\\packages\\\\esp8266\\\\tools\\\\**", - "C:\\\\Users\\\\migue\\\\AppData\\\\Local\\\\Arduino15\\\\packages\\\\esp8266\\\\hardware\\\\esp8266\\\\2.4.2\\\\**", - "C:\\Users\\migue\\AppData\\Local\\Arduino15\\packages\\esp8266\\hardware\\esp8266\\2.4.2\\**", - "C:\\Users\\migue\\AppData\\Local\\Arduino15\\packages\\esp8266\\tools\\**" - ], - "forcedInclude": [], - "intelliSenseMode": "msvc-x64", - "compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe", - "cStandard": "c11", - "cppStandard": "c++17" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/.vscode/ipch/107d7fcd69521c40/mmap_address.bin b/.vscode/ipch/107d7fcd69521c40/mmap_address.bin deleted file mode 100644 index 862b842..0000000 Binary files a/.vscode/ipch/107d7fcd69521c40/mmap_address.bin and /dev/null differ diff --git a/.vscode/ipch/3cd6c8ea04e31405/NONISO.ipch b/.vscode/ipch/3cd6c8ea04e31405/NONISO.ipch deleted file mode 100644 index 4e48b23..0000000 Binary files a/.vscode/ipch/3cd6c8ea04e31405/NONISO.ipch and /dev/null differ diff --git a/.vscode/ipch/3cd6c8ea04e31405/mmap_address.bin b/.vscode/ipch/3cd6c8ea04e31405/mmap_address.bin deleted file mode 100644 index 862b842..0000000 Binary files a/.vscode/ipch/3cd6c8ea04e31405/mmap_address.bin and /dev/null differ diff --git a/.vscode/ipch/5850c245ea8d5616/mmap_address.bin b/.vscode/ipch/5850c245ea8d5616/mmap_address.bin deleted file mode 100644 index 862b842..0000000 Binary files a/.vscode/ipch/5850c245ea8d5616/mmap_address.bin and /dev/null differ diff --git a/.vscode/ipch/61771500a4c0a721/mmap_address.bin b/.vscode/ipch/61771500a4c0a721/mmap_address.bin deleted file mode 100644 index 862b842..0000000 Binary files a/.vscode/ipch/61771500a4c0a721/mmap_address.bin and /dev/null differ diff --git a/.vscode/ipch/63d08c61adeaa260/mmap_address.bin b/.vscode/ipch/63d08c61adeaa260/mmap_address.bin deleted file mode 100644 index 862b842..0000000 Binary files a/.vscode/ipch/63d08c61adeaa260/mmap_address.bin and /dev/null differ diff --git a/.vscode/ipch/6ef2562d6eab9b2c/DHT.ipch b/.vscode/ipch/6ef2562d6eab9b2c/DHT.ipch deleted file mode 100644 index 857ca8b..0000000 Binary files a/.vscode/ipch/6ef2562d6eab9b2c/DHT.ipch and /dev/null differ diff --git a/.vscode/ipch/6ef2562d6eab9b2c/mmap_address.bin b/.vscode/ipch/6ef2562d6eab9b2c/mmap_address.bin deleted file mode 100644 index 862b842..0000000 Binary files a/.vscode/ipch/6ef2562d6eab9b2c/mmap_address.bin and /dev/null differ diff --git a/.vscode/ipch/82e5fbe353da52d9/mmap_address.bin b/.vscode/ipch/82e5fbe353da52d9/mmap_address.bin deleted file mode 100644 index 862b842..0000000 Binary files a/.vscode/ipch/82e5fbe353da52d9/mmap_address.bin and /dev/null differ diff --git a/.vscode/ipch/a3c6acb37808b72f/mmap_address.bin b/.vscode/ipch/a3c6acb37808b72f/mmap_address.bin deleted file mode 100644 index 862b842..0000000 Binary files a/.vscode/ipch/a3c6acb37808b72f/mmap_address.bin and /dev/null differ diff --git a/.vscode/ipch/b854ba25c8dcfec0/mmap_address.bin b/.vscode/ipch/b854ba25c8dcfec0/mmap_address.bin deleted file mode 100644 index 862b842..0000000 Binary files a/.vscode/ipch/b854ba25c8dcfec0/mmap_address.bin and /dev/null differ diff --git a/.vscode/ipch/c23a8b186f698824/mmap_address.bin b/.vscode/ipch/c23a8b186f698824/mmap_address.bin deleted file mode 100644 index 862b842..0000000 Binary files a/.vscode/ipch/c23a8b186f698824/mmap_address.bin and /dev/null differ diff --git a/.vscode/ipch/d0f8e6bab5989cc8/mmap_address.bin b/.vscode/ipch/d0f8e6bab5989cc8/mmap_address.bin deleted file mode 100644 index 862b842..0000000 Binary files a/.vscode/ipch/d0f8e6bab5989cc8/mmap_address.bin and /dev/null differ diff --git a/.vscode/ipch/e30e48ba9e7cbd6a/mmap_address.bin b/.vscode/ipch/e30e48ba9e7cbd6a/mmap_address.bin deleted file mode 100644 index 862b842..0000000 Binary files a/.vscode/ipch/e30e48ba9e7cbd6a/mmap_address.bin and /dev/null differ