Update repo links (#1750)

* Update repo links to new link

* Removed travis

* Removed travis

* Updated more links
This commit is contained in:
jLynx
2024-01-10 21:13:43 +13:00
committed by GitHub
parent c2d2409bff
commit 49e719ded8
15 changed files with 40 additions and 40 deletions

View File

@@ -1,2 +1,2 @@
[InternetShortcut]
URL=https://github.com/eried/portapack-mayhem/releases
URL=https://github.com/portapack-mayhem/mayhem-firmware/releases

View File

@@ -1,2 +1,2 @@
[InternetShortcut]
URL=https://github.com/eried/portapack-mayhem/wiki/Update-firmware
URL=https://github.com/portapack-mayhem/mayhem-firmware/wiki/Update-firmware

View File

@@ -1,3 +1,3 @@
Plug HackRF+Portapack, set it in HackRF mode, launch flash_portapack_mayhem.bat
Read https://github.com/eried/portapack-mayhem/wiki/Update-firmware for more detailed information
Read https://github.com/portapack-mayhem/mayhem-firmware/wiki/Update-firmware for more detailed information

View File

@@ -15,7 +15,7 @@ REM Check if the firmware file exists
if not exist portapack-h1_h2-mayhem.bin (
echo The firmware file "portapack-h1_h2-mayhem.bin" does not exist.
echo Please ensure that you have downloaded the latest release from:
echo https://github.com/eried/portapack-mayhem/releases/
echo https://github.com/portapack-mayhem/mayhem-firmware/releases/
echo.
pause
exit /b
@@ -23,6 +23,6 @@ if not exist portapack-h1_h2-mayhem.bin (
"utils/hackrf_update.exe" portapack-h1_h2-mayhem.bin
echo.
echo If your device never boot after flashing, please refer to https://github.com/eried/portapack-mayhem/wiki/Won't-boot
echo If your device never boot after flashing, please refer to https://github.com/portapack-mayhem/mayhem-firmware/wiki/Won't-boot
echo.
pause