Skip to content

Commit

Permalink
refactor: change m2109 serial error to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pradishb committed Jul 26, 2024
1 parent 7772cd3 commit 9d1f0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms21xx_firmware/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def main():
data = replace_at_index(data, edid_idx, args.edid)

if args.serial:
raise NotImplementedError("Serial is not supported in ms2109 yet.")
print("WARNING: Serial is not supported in ms2109 yet.")

# change the data back to bytes
data = bytes.fromhex(data)
Expand Down

0 comments on commit 9d1f0f1

Please sign in to comment.