lego-esp32s3-gameboy/init.sh

7 lines
281 B
Bash
Executable File

git init
git checkout -b main
git add *
git commit -m "PSRAM auf Oct geändert, POTI Funktionen geändert auf EDIF 4.4, sdkconfig angepasst für nfc manager und potis"
git remote add origin https://git.hacker-net.de/Hacker-Software/lego-esp32s3-gameboy.git
git push -u origin main