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:
@@ -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
|
||||
|
Reference in New Issue
Block a user