This commit is contained in:
Marvin Martinson
2018-12-02 21:56:27 +02:00
commit 9dd690c5f4
10 changed files with 909 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
# ignore backup files
._*
# ignore the ESP32 MicroPython binary
esp32*.bin
# ignore the development config file
config-dev.json