IR: Update universals (#358)

* Add files via upload

* fix

* update audio.ir

* Update tv.ir

* Update audio.ir

* Fix duplicate check script missing first signal dupes

* Remove last dupes

* Update changelog

---------

Co-authored-by: Willy-JL <49810075+Willy-JL@users.noreply.github.com>
This commit is contained in:
jay candel
2025-01-22 11:46:07 +08:00
committed by GitHub
parent 5e33a20c4b
commit e6ccd22c30
5 changed files with 1279 additions and 55 deletions

View File

@@ -12,7 +12,7 @@ for universal in universals.glob("*.ir"):
signal = []
comment = []
signals = []
for line in lines:
for line in lines[2:]:
if line.startswith("#"):
comment.append(line)
continue