mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +00:00
Rename combined file
This commit is contained in:
parent
409959ccde
commit
c1f131b6d7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ MCU_FW = "Software/VNA_embedded/Debug/VNA_embedded.bin"
|
|||
|
||||
HEADER_SIZE = 24
|
||||
|
||||
f = open("test.vnafw", "wb")
|
||||
f = open("combined.vnafw", "wb")
|
||||
f.write(bytes("VNA!", 'utf-8'))
|
||||
|
||||
bitstream = open(FPGA_BITSTREAM, "rb")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue