- yWeb: allow remote controls for hd6x

Conflicts:
	data/y-web/Y_Settings_yWeb.yhtm

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-12-05 23:34:25 +01:00
committed by Thilo Graf
parent 2492ad9771
commit 1e5e12dfb2
3 changed files with 86 additions and 10 deletions

View File

@@ -82,8 +82,11 @@ install_DATA = accept.png \
x_red.png \
zap.png
# fallback rc
install_DATA += rc_cst_v1.jpg
if BOXTYPE_CST
install_DATA += rc_cst_v1.jpg \
install_DATA += #rc_cst_v1.jpg \
rc_cst_v2.png \
rc_cst_v3.png \
rc_cst_v4.png \
@@ -96,6 +99,16 @@ install_DATA += rc_ax_hd51.png \
rc_mutant_hd51.png
endif
if BOXMODEL_HD60
install_DATA += rc_ax_hd51.png \
rc_mutant_hd51.png
endif
if BOXMODEL_HD61
install_DATA += rc_ax_hd51.png \
rc_mutant_hd51.png
endif
if BOXMODEL_BRE2ZE4K
install_DATA += rc_wwio_bre2ze4k.png
endif