diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 4f7147e..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index c21683f..6b77c0a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store +**/.DS_Store .pio .vscode diff --git a/sdcard/config.json b/sdcard/config.json new file mode 100755 index 0000000..51d4f69 --- /dev/null +++ b/sdcard/config.json @@ -0,0 +1,4 @@ +{"show_log": "true", +"ssid": "iot", +"password": "Rijnstraat214", +"timezone": "CET "} \ No newline at end of file diff --git a/sdcard/gifs/boot.gif b/sdcard/gifs/boot.gif new file mode 100644 index 0000000..e84d201 Binary files /dev/null and b/sdcard/gifs/boot.gif differ diff --git a/sdcard/gifs/main/mariokart1.gif b/sdcard/gifs/main/mariokart1.gif new file mode 100644 index 0000000..48af13b Binary files /dev/null and b/sdcard/gifs/main/mariokart1.gif differ diff --git a/sdcard/gifs/main/mariokart2.gif b/sdcard/gifs/main/mariokart2.gif new file mode 100644 index 0000000..3d66c3d Binary files /dev/null and b/sdcard/gifs/main/mariokart2.gif differ diff --git a/sdcard/gifs/main/superMarioGalaxy1.gif b/sdcard/gifs/main/superMarioGalaxy1.gif new file mode 100644 index 0000000..ad6324e Binary files /dev/null and b/sdcard/gifs/main/superMarioGalaxy1.gif differ diff --git a/switch/.DS_Store b/switch/.DS_Store deleted file mode 100644 index 336b672..0000000 Binary files a/switch/.DS_Store and /dev/null differ diff --git a/switch/production/.DS_Store b/switch/production/.DS_Store deleted file mode 100644 index 127c7ea..0000000 Binary files a/switch/production/.DS_Store and /dev/null differ