Output hexdump file will be stored into the /tmp folder now.
This commit is contained in:
parent
5e01017430
commit
24b609f0d5
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ def do_download(radio):
|
||||||
|
|
||||||
if DEBUG_WRITE_RADIO_HEXDUMP:
|
if DEBUG_WRITE_RADIO_HEXDUMP:
|
||||||
hex_data = _convert_to_intel_hex(eeprom)
|
hex_data = _convert_to_intel_hex(eeprom)
|
||||||
_save_to_hex_file(hex_data, "radio_dump.hex")
|
_save_to_hex_file(hex_data, "/tmp/radio_dump.hex")
|
||||||
|
|
||||||
return memmap.MemoryMapBytes(eeprom)
|
return memmap.MemoryMapBytes(eeprom)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue