Skip to content

Commit

Permalink
Revert "Add H17Combo box"
Browse files Browse the repository at this point in the history
This reverts commit ec6f584.
  • Loading branch information
technl committed Oct 9, 2024
1 parent 2d70484 commit f7eb5f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions plugin/controllers/models/owibranding.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,11 +522,7 @@ def getAllInfo():
brand = "Zgemma"
model = "H11.S"
grabpip = 1
elif procmodel == "h17":
brand = "Zgemma"
model = "H17Combo"
grabpip = 1
elif procmodel == "vs1500":
elif procmodel == "vs1500":
brand = "Vimastec"
model = "vs1500"
grabpip = 1
Expand Down Expand Up @@ -808,7 +804,7 @@ def getAllInfo():
remote = "dual"
elif procmodel in ("sh1", "lc"):
remote = "sh1"
elif procmodel in ("hzero", "h3", "h4", "h5", "h6", "h7", "h8", "h9", "i55plus", "h8.2h", "h9.s", "h9.t", "h9.2h", "h9.2s", "h9combo", "h9combose", "h9twin", "h9twinse", "h9.s.se", "h9se", "h9.2s.se", "h9.2h.se", "h10.t", "h10.2s", "h10.2h", "h11", "h11.s", "h17"):
elif procmodel in ("hzero", "h3", "h4", "h5", "h6", "h7", "h8", "h9", "i55plus", "h8.2h", "h9.s", "h9.t", "h9.2h", "h9.2s", "h9combo", "h9combose", "h9twin", "h9twinse", "h9.s.se", "h9se", "h9.2s.se", "h9.2h.se", "h10.t", "h10.2s", "h10.2h", "h11", "h11.s"):
remote = "h3"
elif procmodel == "i55":
remote = "i55"
Expand Down
Binary file removed plugin/public/images/boxes/h17.png
Binary file not shown.

0 comments on commit f7eb5f6

Please sign in to comment.