From afcf0960df15aa1ca2e0eeb940c9d7964b427f6e Mon Sep 17 00:00:00 2001 From: Hyon Lim Date: Wed, 25 Mar 2020 20:05:20 +0900 Subject: [PATCH] IFO-S RGB LED app setting has been changed. --- boards/uvify/core/init/rc.board_sensors | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/boards/uvify/core/init/rc.board_sensors b/boards/uvify/core/init/rc.board_sensors index df009fde3a..3b3d6a81df 100644 --- a/boards/uvify/core/init/rc.board_sensors +++ b/boards/uvify/core/init/rc.board_sensors @@ -47,7 +47,9 @@ fi if param compare SYS_AUTOSTART 4073 then # IFO GPS LED - rgbled_ncp5623c start -a 0x38 + rgbled_ncp5623c start -X -a 0x38 + + # IMU mpu9250 -R 2 start lis3mdl -R 2 -X start fi