1
0
mirror of https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git synced 2025-09-03 13:12:44 +02:00

Fix a typo in camera.cgi so that setconf is called correctly when saving OSD. Thanks @thehijacker

This commit is contained in:
Julian Tatsch
2020-11-12 08:56:23 +01:00
parent 17095b7283
commit 914b46e78a

View File

@@ -238,7 +238,7 @@ if [ -n "$F_cmd" ]; then
fi
if [ -n "${F_osdY+x}" ]; then
echo "POSY=${F_osdY}" >> /system/sdcard/config/osd.conf
system/sdcard/bin/setconf -k x -v "${F_osdY}"
/system/sdcard/bin/setconf -k x -v "${F_osdY}"
echo "Set OSD Y position to ${F_osdY}<br />"
fi
if [ -n "${F_osdFixW+x}" ]; then