bug ex
This commit is contained in:
parent
57e01fb1b8
commit
3bbf207099
|
@ -15,7 +15,7 @@ choice 'Hardware Driver' \
|
|||
Laufschrift-borg-mh HW_BORG_MH \
|
||||
Borg-mini HW_BORG_MINI \
|
||||
Panel-One HW_PANEL_ONE \
|
||||
PD1165-test HW_PD1165_TEST" \
|
||||
PD1165-test HW_PD1165" \
|
||||
'Borg-16' BORG_HW
|
||||
|
||||
|
||||
|
@ -43,8 +43,8 @@ if [ "$BORG_HW" == "HW_PANEL_ONE" ] ; then
|
|||
source borg_hw/config_panel_one.in
|
||||
fi
|
||||
|
||||
if [ "$BORG_HW" == "HW_PD1165_TEST" ] ; then
|
||||
source borg_hw/config_pd1165_test.in
|
||||
if [ "$BORG_HW" == "HW_PD1165" ] ; then
|
||||
source borg_hw/config_pd1165.in
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue