Updated flashing folder layout (#1020)

* Updated layout

* Moved normal hackRF flashing to utils as should not normally be needed
This commit is contained in:
jLynx
2023-05-21 14:59:50 +12:00
committed by GitHub
parent 01bcf18d03
commit 28ed16d50b
9 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
@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.
"utils/hackrf_update.exe" "utils/hackrf_one_usb.bin"
echo.
pause