fix: Fixes dumping custom EDID firmware for no reason
This commit is contained in:
parent
fd10cc8780
commit
13cd47e35f
1 changed files with 0 additions and 5 deletions
5
main.py
5
main.py
|
@ -145,11 +145,6 @@ def main():
|
|||
# TODO: implement EDID patching for overridden displays
|
||||
logger.info("Patching EDID firmware")
|
||||
patched_edid = libunreal.patch_edid_to_be_specialized(edid.edid)
|
||||
logger.debug("dumping custom fw")
|
||||
|
||||
with open("/tmp/fw.bin", "wb") as fw_dump:
|
||||
fw_dump.write(patched_edid)
|
||||
|
||||
libunreal.upload_edid_firmware(edid, patched_edid)
|
||||
|
||||
def unload_custom_fw():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue