1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-09 15:40:45 +02:00

Load motion_timeout setting from sdcard (#1106)

This commit is contained in:
Ammar Askar
2019-08-05 10:42:58 -04:00
committed by jmtatsch
parent 6a11d6354d
commit 8d154725b9

View File

@@ -15,4 +15,5 @@ if [ -f /system/sdcard/config/motion.conf ] ; then
fi
/system/sdcard/bin/setconf -k z -v ${motion_indicator_color} 2>/dev/null
/system/sdcard/bin/setconf -k t -v ${motion_tracking} 2>/dev/null
/system/sdcard/bin/setconf -k u -v ${motion_timeout} 2>/dev/null
fi;