Update LED_Helmet

This commit is contained in:
MindCreeper03
2025-02-28 17:08:32 +01:00
parent 5345d21d29
commit 52f7ce5fc7
2441 changed files with 47 additions and 1320410 deletions

8
Git-Push_c.bat Normal file
View File

@@ -0,0 +1,8 @@
@echo off
@echo Updates hochladen
set /p Update=Comment:
@pause
git add .
git commit -m "%Update%"
git push
@pause