mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 19:46:45 -04:00
Update "make program" to specify DFU mode PID, too.
Addresses comment in issue #27.
This commit is contained in:
parent
538d3d1f5e
commit
61eaf9f178
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ release: $(TARGET).bin $(DFU_HACKRF) $(LICENSE)
|
|||
rm -f LICENSE
|
||||
|
||||
program: $(TARGET).bin
|
||||
dfu-util --device 1fc9 --download hackrf_one_usb_ram.dfu --reset
|
||||
dfu-util --device 1fc9:000c --download hackrf_one_usb_ram.dfu --reset
|
||||
sleep 1s
|
||||
hackrf_spiflash -w $(TARGET).bin
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue