This commit is contained in:
jomjol
2021-02-27 13:15:49 +01:00
parent 70a99927cd
commit 4060299204
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,7 +2,6 @@
.pio/ .pio/
.vscode/ .vscode/
.code-workspace .code-workspace
.helper/
/sd-card/htm./.vscode/ /sd-card/htm./.vscode/
/code/build /code/build

1
code/.helper/makezip.bat Normal file
View File

@@ -0,0 +1 @@
powershell Compress-Archive "C:\Users\Muell\Documents\Programmieren\GitHub\AI-on-the-edge-device\sd-card\html\*" "C:\Users\Muell\Documents\Programmieren\GitHub\AI-on-the-edge-device\firmware\html.zip"