From 2327f435f68583b71e19fed7464376dcbccfb53d Mon Sep 17 00:00:00 2001 From: bakueikozo Date: Tue, 14 Dec 2021 02:18:13 +0900 Subject: [PATCH] Update honeylab_init.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ATOM Cam swing対応 --- scripts/honeylab_init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/honeylab_init.sh b/scripts/honeylab_init.sh index 950ff91..5faf296 100644 --- a/scripts/honeylab_init.sh +++ b/scripts/honeylab_init.sh @@ -78,6 +78,8 @@ cp /tmp/mmc/scripts/still_image.html /tmp/www echo "run /tmp/mmc/scripts/pre.sh" source /tmp/mmc/scripts/pre.sh +insmod /system/driver/sample_motor.ko vstep_offset=0 hmaxstep=2130 vmaxstep=1580 + /system/bin/hl_client & RTSPSERVER=$(awk -F "=" '/RTSPSERVER/ {print $2}' $HACK_INI)