Updated HackRF firmware
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
with open('tx_counter.bin', 'wb') as f:
|
||||
f.write(bytes(range(256))*1000)
|
||||
Reference in New Issue
Block a user
@ -0,0 +1,2 @@
|
||||
with open('tx_counter.bin', 'wb') as f:
|
||||
f.write(bytes(range(256))*1000)
|
||||