summaryrefslogtreecommitdiff
path: root/xpp/init_card_4_24
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/init_card_4_24')
-rwxr-xr-xxpp/init_card_4_246
1 files changed, 6 insertions, 0 deletions
diff --git a/xpp/init_card_4_24 b/xpp/init_card_4_24
index b766804..884923e 100755
--- a/xpp/init_card_4_24
+++ b/xpp/init_card_4_24
@@ -160,6 +160,12 @@ echo "
31 WD 1A C0
" | sed -e 's/[;#].*$//' -e '/^[ ]*$/d'
+# Turning off red LEDs
+# Warning: do not send WD 31 20 A0 !
+for i in `seq 0 7`; do
+ echo "$i WD 20 A0";
+done;
+
set_daa_country_params "$opermode"
$LOGGER -p kern.info "$XPD_BUS/$XPD_NAME: Ending '$0'"