Output hexdump file will be stored into the /tmp folder now.

This commit is contained in:
Kai Lauterbach 2024-04-22 18:55:56 +02:00
parent 5e01017430
commit 24b609f0d5

View file

@ -630,7 +630,7 @@ def do_download(radio):
if DEBUG_WRITE_RADIO_HEXDUMP:
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)