From b1be96308317362ea754243a629ab08ad0df18f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Fri, 24 Feb 2017 10:22:43 +0100 Subject: [PATCH] px4fmu_test rcS: switch to led_control command --- ROMFS/px4fmu_test/init.d/rcS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ROMFS/px4fmu_test/init.d/rcS b/ROMFS/px4fmu_test/init.d/rcS index 53f7524be0..79bece7b49 100644 --- a/ROMFS/px4fmu_test/init.d/rcS +++ b/ROMFS/px4fmu_test/init.d/rcS @@ -8,7 +8,7 @@ uorb start if rgbled start then - rgbled rgb 20 20 255 + led_control on -c blue fi if sercon @@ -122,11 +122,11 @@ if tests all then echo echo "All Unit Tests PASSED" - rgbled rgb 20 255 20 + led_control on -c green else echo echo "Some Unit Tests FAILED" - rgbled rgb 255 20 20 + led_control on -c red fi free