mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
16 lines
339 B
Batchfile
16 lines
339 B
Batchfile
@echo off
|
|
|
|
echo *** Re-flash the HackRF with HackRF firmware ***
|
|
echo.
|
|
echo Connect your HackRF One to a USB port on your computer.
|
|
echo.
|
|
echo If using a PortaPack, put the PortaPack in HackRF mode by selecting
|
|
echo the "HackRF" option from the main menu.
|
|
echo.
|
|
pause
|
|
|
|
echo.
|
|
hackrf_update.exe hackrf_one_usb.bin
|
|
echo.
|
|
pause
|