Skip to content

Commit

Permalink
add H17 remote (#4039)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima73 committed Jul 22, 2024
1 parent 296f695 commit 30f105f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/rc_models/rc_models.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ h9combose zgemma
h9twinse zgemma
h10 zgemma
h11 zgemma
h17 zgemma
lc sh1
sh1 sh1
#
Expand Down
3 changes: 2 additions & 1 deletion lib/python/Screens/InputDeviceSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ class RemoteControlType(ConfigListScreen, Screen):
("24", _("Axas E4HD Ultra")),
("25", _("Zgemma H9(old model)/I55Plus/H8")),
("27", _("HD60/HD66SE/Multibox/Multibox SE")),
("28", _("I55SE/H7(new model)/H9(new model)/H9COMBO/H9TWIN/H9SE/H9COMBOSE/H10/H11")),
("28", _("I55SE/H7(new model)/H9(new model)/H9COMBO/H9TWIN/H9SE/H9COMBOSE/H10/H11/H17")),
("30", _("PULSe 4K(mini)"))
]

Expand Down Expand Up @@ -311,6 +311,7 @@ class RemoteControlType(ConfigListScreen, Screen):
("h9twinse", 28),
("h10", 28),
("h11", 28),
("h17", 28),
("pulse4k", 30),
("pulse4kmini", 30)
]
Expand Down

0 comments on commit 30f105f

Please sign in to comment.