logging and pcb adjustment

This commit is contained in:
2025-02-14 23:50:19 +01:00
parent 1741bb0b53
commit aad1dbd458
15 changed files with 389 additions and 119 deletions

5
website/update.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
git submodule update --remote --merge
git add *
git commit -m "updated theme"
git push