mirror of
https://github.com/jankae/LibreVNA.git
synced 2025-12-06 07:12:10 +01:00
Rename combined file
This commit is contained in:
parent
409959ccde
commit
c1f131b6d7
|
|
@ -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…
Reference in a new issue